4 Commits

Author SHA1 Message Date
363c334bb0 Merge version_4 into main
Merge version_4 into main
2026-05-23 12:23:41 +00:00
5da004f4b4 Update src/app/page.tsx 2026-05-23 12:23:39 +00:00
bb6cc52f08 Merge version_3 into main
Merge version_3 into main
2026-05-23 12:21:51 +00:00
1ebef0ff6d Update src/app/page.tsx 2026-05-23 12:21:45 +00:00

View File

@@ -46,7 +46,10 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Where Mediterranean Calm Meets Wild Atlantic"
description="Luxury ecoretreats in Tarifa designed for slow mornings, sea air, and unforgettable sunsets. Hidden between pine forests and the Atlantic coastline, Tarifa Lodge is an intimate sanctuary for travelers seeking privacy, design, and connection with nature."
buttons={[{ text: "Reserve Your Escape", href: "#contact" }]}
buttons={[
{ text: "Reserve Your Escape", href: "#contact" },
{ text: "Check Availability", href: "#suites" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-rocky-shore-with-sea-views_181624-26481.jpg", imageAlt: "Lodge exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-tropical-beach-sea-around-samui-island-with-coconut-palm-tree-other-sunset-time_74190-9032.jpg", imageAlt: "Terrace view" },
@@ -130,7 +133,9 @@ export default function LandingPage() {
faqs={[
{ id: "f1", title: "What is the best way to travel?", content: "We recommend flying into Malaga or Gibraltar." },
{ id: "f2", title: "Is WiFi reliable for work?", content: "Yes, we provide dedicated high-speed fiber." },
{ id: "f3", title: "Are meals included?", content: "Breakfast is included in all suite rates." }
{ id: "f3", title: "Are meals included?", content: "Breakfast is included in all suite rates." },
{ id: "f4", title: "Are pets allowed at the lodge?", content: "We welcome well-behaved pets in selected suites. Please reach out to our concierge before booking to confirm availability." },
{ id: "f5", title: "When are you open for bookings?", content: "We operate seasonally from March through November to respect local biodiversity and provide optimal comfort." }
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about your escape."
@@ -159,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}