Merge version_4 into main #5
@@ -14,9 +14,13 @@ export default function ProductsPage() {
|
||||
"Caramel Apple Crisp", "Penthouse", "Butter Finger", "Party Animal"
|
||||
].map((name, i) => ({
|
||||
id: `prod-${i}`,
|
||||
brand: "Signature", name,
|
||||
price: "$4.50", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-delicious-cake-with-cream-candies-along-with-berries-cookie-cakes-light_140725-32719.jpg", imageAlt: name
|
||||
brand: "Signature",
|
||||
name,
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-delicious-cake-with-cream-candies-along-with-berries-cookie-cakes-light_140725-32719.jpg",
|
||||
imageAlt: name
|
||||
}));
|
||||
|
||||
return (
|
||||
@@ -66,11 +70,11 @@ export default function ProductsPage() {
|
||||
{ label: "Inquiries: hello@lakesidecookie.com", href: "mailto:hello@lakesidecookie.com" },
|
||||
],
|
||||
},
|
||||
],
|
||||
]}
|
||||
logoText="Lakeside Cookie Co."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user