From 0ed19f54ab05c6012af299cee9faafd0b8564356 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:06:00 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9394aed..1228a25 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -9,7 +9,8 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ShopPage() { const products = [ { id: "1", name: "Trackly Pro", price: "$49", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tampon-pattern_23-2148163081.jpg?_wi=1" }, - { id: "2", name: "Trackly Mini", price: "$29", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tampon-pattern_23-2148163081.jpg?_wi=2" } + { id: "2", name: "Trackly Mini", price: "$29", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tampon-pattern_23-2148163081.jpg?_wi=2" }, + { id: "3", name: "Trackly Basic", price: "$19", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tampon-pattern_23-2148163081.jpg?_wi=3" } ]; return ( @@ -50,6 +51,7 @@ export default function ShopPage() { { title: "Company", items: [{ label: "About", href: "/about" }] } ]} bottomLeftText="© 2024 TracklyHub" + bottomRightText="Secure your world." />