export default function SaintLuciaWixMockup() { const airbnbUrl = "https://www.airbnb.ca/rooms/1632095227096655929"; const Section = ({ id, title, children, soft = false }) => (

{title}

{children}
); const Card = ({ title, text }) => (

{title}

{text}

); return (
Stay Near Cas en Bas
Saint Lucia Vacation Stay
Sleeps 6 · 3 Bedrooms · 3.5 Bathrooms · Pool Access

Your Saint Lucia Escape Near Cas en Bas Beach

Stay in a spacious 3-bedroom townhouse in Cap Cove, near Cas en Bas Beach in Saint Lucia’s beautiful north end.

Check Availability on Airbnb Explore the Area
Wi‑Fi · Free Parking · Full Kitchen · Beach Nearby
Location
Cap Cove
Style
Spacious Townhouse
Perfect For
Beach + Golf

Looking for more space than a hotel room? This entire townhouse in Cap Cove is a great fit for families, couples traveling together, golf travelers, or anyone who wants a relaxed base in northern Saint Lucia.

With 3 bedrooms, 3.5 bathrooms, a full kitchen, Wi‑Fi, free parking, pool access, and beach access nearby, it offers the comfort and flexibility to enjoy the island at your own pace.

View Full Airbnb Listing
{[ 'Entire townhouse', 'Sleeps up to 6', '3 bedrooms', '3.5 bathrooms', 'Full kitchen', 'Wi‑Fi', 'Free parking', 'Pool access', ].map((item) => (
{item}
))}

The north end of Saint Lucia is ideal for travelers who want beaches, scenic surroundings, dining, golf, and easy day-trip access without always being in the busiest resort area.

This location gives you easy access to some of the best experiences in northern Saint Lucia.

{[ 'Relax at Cas en Bas Beach', 'Explore Cap Estate', 'Dine in Gros Islet and Rodney Bay', 'Plan a golf trip near Point Hardy Golf Club', 'Enjoy pool time and quiet downtime', 'Use the condo as a base for island day trips', ].map((item) => (
{item}
))}
{[ ['How many guests can stay here?', 'Up to 6 guests.'], ['How many bedrooms and bathrooms are there?', 'The townhouse has 3 bedrooms and 3.5 bathrooms.'], ['Is there a pool?', 'Yes, guests have access to a pool.'], ['Is there parking?', 'Yes, free parking is available on the premises.'], ['Is it near the beach?', 'Yes, the property is near Cas en Bas Beach and offers beach access nearby.'], ['How do I book?', 'Please use Airbnb for current availability, pricing, and booking details.'], ].map(([q, a]) => (
{q}
{a}
))}

Ready to Plan Your Saint Lucia Getaway?

See current availability, photos, and booking details on Airbnb.

Check Availability on Airbnb
For the latest rates and availability, please book directly through Airbnb.
); }