Update src/app/page.tsx

This commit is contained in:
2026-03-06 09:12:01 +00:00
parent e4cf321d18
commit eeedc6479e

View File

@@ -15,15 +15,15 @@ import { Sparkles, Zap, TrendingUp, Globe, Star, MessageCircle, Instagram, Twitt
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="medium"
background="blurBottom"
cardStyle="inset"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
@@ -31,7 +31,7 @@ export default function LandingPage() {
brandName="GlobalTrapClothing"
navItems={[
{ name: "Collections", id: "products" },
{ name: "About", id: "about" },
{ name: "About", id: "features" },
{ name: "Contact", id: "contact" }
]}
/>
@@ -46,7 +46,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "Shop Collection", href: "#products" },
{ text: "Learn More", href: "#about" }
{ text: "Learn More", href: "#features" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}