From c5ba29151ece380f41a6a5ffe51a41caef208401 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:07:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bdfe85..4b26639 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,8 +105,9 @@ export default function LandingPage() { description="Our latest releases." gridVariant="three-columns-all-equal-width" animationType="slide-up" - textboxLayout="default" + textboxLayout="split-actions" useInvertedBackground={false} + buttons={[{ text: "View Full Catalog", href: "/shop" }]} products={[ { id: "1", name: "Tee", price: "$50", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg" }, { id: "2", name: "Hoodie", price: "$150", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg" },