diff --git a/src/app/page.tsx b/src/app/page.tsx index 455cf7e..aa54379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} /> @@ -99,9 +99,11 @@ export default function LandingPage() { } ]} useInvertedBackground={false} + textboxLayout="default" buttons={[ { text: "Browse Collection", href: "#products" } ]} + mediaPosition="left" /> @@ -240,7 +242,7 @@ export default function LandingPage() { { text: "Shop Now", href: "#products" }, { text: "Contact Support", href: "mailto:support@fortnitehub.com" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={true} />