From fb10cd0d878272af4a287587cef86b53a0c66ac9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:26:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddd7e28..217e7a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,9 +106,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "p1", brand: "Main", name: "Couscous Royal", price: "45 DT", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/steamed-rice-plate-table-with-fish-pumpkin-side-view_141793-3196.jpg" }, - { id: "p2", brand: "Appetizer", name: "Brik à l'Oeuf", price: "12 DT", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-egg-breads-fresh-off-oven-brown-wooden-desk-dough-eggs-bread-bun-breakfast_140725-74379.jpg" }, - { id: "p3", brand: "Main", name: "Mechouia Salad", price: "15 DT", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-apple-salad-bowl-dark-blue-background_140725-144771.jpg" } + { id: "p1", brand: "Main", name: "magloub", price: "8 DT", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfP7dWNoG2CBAfiwzVELDZr3MA/uploaded-1776774160033-f3t5gp1n.jpg" }, + { id: "p2", brand: "Appetizer", name: "Brik à l'Oeuf", price: "12 DT", rating: 5, reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfP7dWNoG2CBAfiwzVELDZr3MA/uploaded-1776774219805-vttaop02.png" }, + { id: "p3", brand: "Main", name: "Mechouia Salad", price: "15 DT", rating: 4, reviewCount: "65", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfP7dWNoG2CBAfiwzVELDZr3MA/uploaded-1776774268977-rhaw0mz3.jpg" } ]} title="Our Signature Menu" description="Exquisite creations featuring Tunisian heritage." -- 2.49.1