Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user