From 985ffc066538ad25bfe68fff9769de1d63b7261f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Feb 2026 19:45:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 650b6e5..bf398fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="invertDefault" - carouselMode="buttons" /> -- 2.49.1 From 024f869fd54768054bf84cd0a46496798478705b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Feb 2026 19:47:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf398fc..f3fe663 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Shop Collection", href: "products" }, { text: "View Lookbook", href: "about" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="https://img.b2bpic.net/free-photo/young-people-urban-scene-with-k-pop-aesthetics_23-2149096940.jpg" imageAlt="Urban streetwear collection" frameStyle="card" -- 2.49.1