From c844e0b2741dcedaaaae8543fc34661e892d3ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:52:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef89f74..6d7a1c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,7 @@ export default function LandingPage() { { id: "p5", name: "Coffee Nerd", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-vector/doodle-flat-trendy-cartoon-element-collection_179234-364.jpg" }, { id: "p6", name: "Pizza Planet", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-vector/retro-rave-stickers-comic-patches_107791-17727.jpg" }, ]} + buttons={[{ text: "View All", href: "/catalog" }]} title="Genius Collection" description="Explore our curated pack of funny and unique stickers." /> -- 2.49.1