Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-05-02 22:50:42 +00:00

View File

@@ -68,9 +68,9 @@ export default function Page() {
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Drinks", price: "Energy & Juice", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-bottles-beer_23-2147935836.jpg" },
{ id: "p2", name: "Snacks", price: "Chips & Chocolate", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-chips_23-2148454776.jpg" },
{ id: "p3", name: "Essentials", price: "Milk, Eggs, Bread", 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" }
{ 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: "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" }
]}
/>
</div>