Update src/app/shop/page.tsx

This commit is contained in:
2026-04-02 12:06:00 +00:00
parent 497a7eba94
commit 0ed19f54ab

View File

@@ -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."
/>
</ReactLenis>
</ThemeProvider>