2 Commits

Author SHA1 Message Date
4966cdc4aa Update src/app/page.tsx 2026-01-14 23:20:57 +00:00
1e9e73cc51 Update src/app/page.tsx 2026-01-14 23:18:07 +00:00

View File

@@ -50,12 +50,19 @@ export default function LandingPage() {
}, },
{ {
imageSrc: "https://www.beachcottages.com/gallery", imageAlt: "Oceanfront swimming pool" imageSrc: "https://www.beachcottages.com/gallery", imageAlt: "Oceanfront swimming pool"
},
{
imageSrc: "https://www.beachcottages.com/gallery", imageAlt: "Beachfront garden with tropical plants"
},
{
imageSrc: "https://www.beachcottages.com/gallery", imageAlt: "Cottage interior with ocean view"
} }
]} ]}
buttons={[ buttons={[
{ text: "Explore Rooms", href: "#rooms" }, { text: "Explore Rooms", href: "#rooms" },
{ text: "Reserve Now", href: "contact" } { text: "Reserve Now", href: "contact" }
]} ]}
titleClassName="text-6xl md:text-8xl"
/> />
</div> </div>