2 Commits

Author SHA1 Message Date
1ebef0ff6d Update src/app/page.tsx 2026-05-23 12:21:45 +00:00
b508cf9011 Merge version_1 into main
Merge version_1 into main
2026-05-23 12:16:49 +00:00

View File

@@ -46,7 +46,10 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Where Mediterranean Calm Meets Wild Atlantic" 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." 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={[ 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-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" }, { 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" },
@@ -159,4 +162,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }