Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-21 22:58:31 +00:00

View File

@@ -71,9 +71,6 @@ export default function LandingPage() {
text: "See Gallery", href: "gallery" 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> </div>
@@ -102,8 +99,6 @@ export default function LandingPage() {
text: "Start Creating", href: "contact" text: "Start Creating", href: "contact"
} }
]} ]}
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-opacity-80"
/> />
</div> </div>
@@ -144,8 +139,6 @@ export default function LandingPage() {
text: "Explore All Gift Types", href: "contact" text: "Explore All Gift Types", href: "contact"
} }
]} ]}
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-opacity-80"
/> />
</div> </div>
@@ -175,8 +168,6 @@ export default function LandingPage() {
text: "View More Examples", href: "contact" text: "View More Examples", href: "contact"
} }
]} ]}
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-opacity-80"
/> />
</div> </div>
@@ -213,8 +204,6 @@ export default function LandingPage() {
text: "Join Thousands of Happy Couples", href: "contact" text: "Join Thousands of Happy Couples", href: "contact"
} }
]} ]}
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-opacity-80"
/> />
</div> </div>
@@ -256,8 +245,6 @@ export default function LandingPage() {
] ]
} }
]} ]}
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-opacity-80"
/> />
</div> </div>
@@ -274,8 +261,6 @@ export default function LandingPage() {
text: "Browse Examples First", href: "gallery" text: "Browse Examples First", href: "gallery"
} }
]} ]}
textClassName="text-3xl md:text-4xl font-extrabold"
buttonClassName="px-8 py-3 rounded-lg font-semibold"
/> />
</div> </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." 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> </div>
@@ -368,10 +351,6 @@ export default function LandingPage() {
]} ]}
bottomLeftText="© 2025 Surprise. All rights reserved. Made with love for love." bottomLeftText="© 2025 Surprise. All rights reserved. Made with love for love."
bottomRightText="Make her smile every week ♥" 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> </div>
</ThemeProvider> </ThemeProvider>