From b39edb247fb2e704c24fc2c8285a7c03058909da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:23:16 +0000 Subject: [PATCH] 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 d5bd7b2..e8c1a56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { id: "casual", title: "Casual", content: "Versatile everyday wear that transitions seamlessly. Comfortable, accessible, and effortlessly stylish. The foundation of every modern wardrobe." } ]} - buttons={[{ text: "Browse All", href: "#" }]} + buttons={[{ text: "Browse All", href: "#features" }]} useInvertedBackground={false} mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1