SwiftTail Fish Shortboard

$499.00

SwiftTail Fish Shortboard

Product Description:

Unleash your inner speed demon with the AMAS SwiftTail Fish Shortboard, a board designed for surfers who crave agility and performance on every wave. This striking board, featuring a bold red top and a sleek white underside, is engineered to excel in a variety of wave conditions. The SwiftTail’s distinctive fish shape and twin-fin setup provide incredible maneuverability, allowing you to carve up the surf with precision and style.

Features:

  • Fish Tail Design: The unique fish tail enhances speed and allows for sharp, responsive turns, making it ideal for quick direction changes and dynamic surfing.
  • Compact and Agile: With its shorter length and wider shape, the SwiftTail offers excellent control, making it perfect for both small, playful waves and more challenging surf.
  • Durable Build: Constructed with a high-density EPS core and finished with a high-gloss fiberglass coat, this board is both lightweight and durable, ready to withstand the rigors of regular use.
  • Twin Fin Setup: The twin fin configuration enhances speed and stability, giving you the confidence to push your limits on the water.

Highlights:

  • Vibrant Aesthetic: The bold red and white color scheme makes a statement, ensuring you stand out in the lineup.
  • Responsive Performance: The fish shape and twin fin setup provide excellent drive and lift, perfect for performing quick maneuvers and catching waves early.
  • Versatile Ride: Suitable for surfers of all levels, the SwiftTail offers a fun, forgiving ride that adapts to various surfing styles and conditions.

Details:

  • Dimensions: 5’8” x 21.5” x 2.75”
  • Core Material: High-Density EPS
  • Finish: High-gloss fiberglass
  • Tail Shape: Fish
  • Fin Setup: Twin fin
  • Weight: 6 lbs

 

Reviews

There are no reviews yet.

Be the first to review “SwiftTail Fish Shortboard”

Your email address will not be published. Required fields are marked *

async function sendMessage() { const userInput = document.getElementById('userInput').value; const chatResponseDiv = document.getElementById('chatResponse'); if (!userInput) { chatResponseDiv.innerHTML = "

Please enter a message.

"; return; } chatResponseDiv.innerHTML = "

Sending...

"; try { const response = await fetch('http://44.222.167.138:5000/chat', { // Replace with your ECS public IP method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ message: userInput }) }); if (response.ok) { const data = await response.json(); chatResponseDiv.innerHTML = `

Bot: ${data.message}

`; } else { chatResponseDiv.innerHTML = "

Error communicating with chatbot.

"; } } catch (error) { console.error('Error:', error); chatResponseDiv.innerHTML = "

Unable to reach chatbot server.

"; } }