From e9593393d0517a5cf33739164249ae53566b90a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:52:18 +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 9075544..60d8703 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function Page() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "p1", name: "Drinks", price: "From $2.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-bottles-beer_23-2147935836.jpg" }, + { id: "p1", name: "Energy & Juice", price: "From $2.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-bottles-beer_23-2147935836.jpg" }, { id: "p2", name: "Snacks", price: "From $1.99", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-chips_23-2148454776.jpg" }, { id: "p3", name: "Essentials", price: "From $3.49", variant: "Pick", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-black-seeded-baguette-basket-plaid-cloth-wooden-surface-with-copy-space_141793-11330.jpg" } ]} @@ -88,7 +88,7 @@ export default function Page() {