diff --git a/src/app/page.tsx b/src/app/page.tsx index 4971da4..bf806d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,9 +71,6 @@ export default function LandingPage() { text: "See Gallery", href: "gallery" } ]} - titleClassName="text-5xl md:text-6xl font-extrabold" - descriptionClassName="text-lg md:text-xl text-opacity-90" - buttonClassName="px-8 py-3 rounded-lg font-semibold transition-all" /> @@ -102,8 +99,6 @@ export default function LandingPage() { text: "Start Creating", href: "contact" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" /> @@ -144,8 +139,6 @@ export default function LandingPage() { text: "Explore All Gift Types", href: "contact" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" /> @@ -175,8 +168,6 @@ export default function LandingPage() { text: "View More Examples", href: "contact" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" /> @@ -213,8 +204,6 @@ export default function LandingPage() { text: "Join Thousands of Happy Couples", href: "contact" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" /> @@ -256,8 +245,6 @@ export default function LandingPage() { ] } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" /> @@ -274,8 +261,6 @@ export default function LandingPage() { text: "Browse Examples First", href: "gallery" } ]} - textClassName="text-3xl md:text-4xl font-extrabold" - buttonClassName="px-8 py-3 rounded-lg font-semibold" /> @@ -326,8 +311,6 @@ export default function LandingPage() { id: "12", title: "What if she hates surprises?", content: "30-day money-back guarantee. If it's not working for your relationship, we refund it no questions asked. But most partners love the weekly magic—it shows effort and thoughtfulness." } ]} - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" /> @@ -368,10 +351,6 @@ export default function LandingPage() { ]} bottomLeftText="© 2025 Surprise. All rights reserved. Made with love for love." bottomRightText="Make her smile every week ♥" - columnsClassName="grid grid-cols-2 md:grid-cols-4 gap-8" - columnClassName="flex flex-col gap-4" - columnTitleClassName="font-semibold text-foreground" - columnItemClassName="text-sm text-opacity-70 hover:text-opacity-100 transition-all" />