diff --git a/src/app/page.tsx b/src/app/page.tsx index 411c342..e0a2ab5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,13 +168,6 @@ 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" /> @@ -190,8 +183,6 @@ 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" /> @@ -204,7 +195,6 @@ 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" />