diff --git a/src/app/page.tsx b/src/app/page.tsx index e0a2ab5..411c342 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" />