Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-04-17 14:50:51 +00:00

View File

@@ -168,6 +168,13 @@ export default function LandingPage() {
textarea={{ name: "note", placeholder: "Special Requests (Anniversary, Allergies, etc.)" }}
imageSrc="http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18754.jpg"
buttonText="Reserve Now"
className="py-20"
containerClassName="max-w-7xl mx-auto px-6"
formCardClassName="bg-white/10 p-10 rounded-2xl border border-white/20 shadow-2xl backdrop-blur-lg"
titleClassName="text-4xl font-bold mb-6"
descriptionClassName="text-lg mb-8 opacity-80"
buttonClassName="w-full py-4 text-lg font-semibold bg-primary-cta hover:scale-[1.02] transition-transform"
mediaClassName="rounded-2xl overflow-hidden shadow-2xl"
/>
</div>
@@ -183,6 +190,8 @@ export default function LandingPage() {
]}
title="Find Us"
description="Your Italian home in Santo Domingo."
className="py-20"
cardClassName="bg-white/5 border border-white/10 hover:border-white/30 transition-all"
/>
</div>
@@ -195,6 +204,7 @@ export default function LandingPage() {
{ title: "Company", items: [ { label: "Our Story", href: "#experience" }, { label: "Contact", href: "#contact" } ] },
{ title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" } ] },
]}
className="pt-20 pb-10 border-t border-white/10"
/>
</div>
</ReactLenis>