From 1340ed79c5d7b19871c4acc60b799e86dbae4c68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:26:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca3070a..89c4dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} - buttons={[{ text: "Browse Collection", href: "#shop" }]} + buttons={[{ text: "Shop the New Arrivals", href: "#shop" }]} products={[ { id: "p1", name: "Essential Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-listening-music-headphones-smiling_176420-8038.jpg" }, { id: "p2", name: "Vintage Denim", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-woman-bucket-hat-posing-outdoors-old-railway-station_181624-55447.jpg" }, @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1