Update src/app/page.tsx
This commit is contained in:
@@ -68,8 +68,6 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "p1", name: "Croissant pur beurre", price: "5.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissants-with-cinnamon-sticks-gray_114579-37478.jpg" },
|
||||
{ id: "p2", name: "Pain au chocolat", price: "6.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies_74190-7107.jpg" },
|
||||
{ id: "p3", name: "Pain au levain", price: "15.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/sourdough-bread-loaf-rustic-table_181624-42171.jpg" },
|
||||
{ id: "p4", name: "Brioche aux pépites de chocolat", price: "12.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/brioche-chocolate-chips_114579-50123.jpg" },
|
||||
{ id: "p5", name: "Tartelette aux fruits rouges", price: "20.00 MAD", imageSrc: "http://img.b2bpic.net/free-photo/berry-tartlet_114579-10362.jpg" },
|
||||
{ id: "p6", name: "Baguette artisanale", price: "3.50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-holding-basket-with-bread-sticks_23-2149233688.jpg" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user