From fd6d6a505e36a2b5ec5e44ecb22320e9b91b8027 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:04:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3e9578..56a27da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,9 @@ export default function LandingPage() { variant: "plain"}} title="Redefine Your Style with Authenticity." description="Curated streetwear and vintage apparel for the modern individual. Quality over quantity." + buttons={[ + { text: "Shop Collection", href: "#products" } + ]} testimonials={[ { name: "Alex J.", handle: "@alexs", testimonial: "Best thrift selection in the city.", rating: 5, -- 2.49.1