From 0fc41cd3e92a9c106a0a2e0db45871b524ad8bcc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:44:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 902d92c..dc99bfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,15 +115,15 @@ export default function LandingPage() { { id: "f1", title: "Family Owned", descriptions: [ "Proudly operated by our family, sharing our culture with yours."], - imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-lemon-table_140725-9208.jpg"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CDmbYeCZCWuKT59ApECF2qtRTJ/uploaded-1775929128902-qbrjwuel.jpg"}, { id: "f2", title: "Fresh Daily", descriptions: [ "Every ingredient is selected for peak flavor and quality."], - imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-mushrooms-vegetables-plate_141793-1716.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-with-onion-green-apple_2829-14209.jpg?id=7122080"}, { id: "f3", title: "Flexible Dining", descriptions: [ "Dine-in, takeout, or delivery for your convenience."], - imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-rice-pasta-dark-background_23-2148340387.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-bowl-fajita-mexican-food_181624-45672.jpg?id=17246146"}, ]} title="A Tradition of Taste" description="We believe in the power of authentic recipes." @@ -139,13 +139,13 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Signature", name: "Ceviche", price: "$18", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-eggplant-tomato-green-pepper-with-chili-sauce_114579-2427.jpg"}, + reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CDmbYeCZCWuKT59ApECF2qtRTJ/uploaded-1775929352696-cyt7j17r.png"}, { id: "p2", brand: "Signature", name: "Lomo Saltado", price: "$22", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942376.jpg"}, + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-tasty-food_23-2148949070.jpg?id=13819447"}, { - id: "p3", brand: "Signature", name: "Empanadas", price: "$12", rating: 4, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/golden-waffle-with-syrup_23-2152005528.jpg"}, + id: "p3", brand: "Signature", name: "Tamales", price: "$10", rating: 4, + reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CDmbYeCZCWuKT59ApECF2qtRTJ/uploaded-1775929428783-pdo8upyt.png"}, { id: "p4", brand: "Signature", name: "Jalea", price: "$24", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-calamari-rings-garnished-with-teriyaki-sauce-sesame_140725-7098.jpg"}, -- 2.49.1