Update src/app/page.tsx

This commit is contained in:
2026-01-21 22:58:26 +00:00
parent b69e9c0cd7
commit 2ec870c2fa

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -256,8 +245,6 @@ export default function LandingPage() {
]
}
]}
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-opacity-80"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
</ThemeProvider>