From 0c1898113c9f7d52c1b163da0c19d5692ac77dfe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:42:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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} /> -- 2.49.1