From ce0633d49d7a956e52bd0625e361d507b39707d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 12:37:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cacb1b0..2e618e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,8 +111,8 @@ export default function LandingPage() { title="Our Signature Menu" description="Traditional breakfast and tea rituals." products={[ - { id: "1", name: "Karak Tea", price: "0.500 BHD", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bun-with-butter-red-fish-plate-with-sauce_141793-4780.jpg" }, - { id: "2", name: "Traditional Bread", price: "0.200 BHD", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-dessert-smoothie-tea-white-round-table_23-2148067133.jpg" }, + { id: "1", name: "Karak Tea", price: "0.500 BHD", variant: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DROYdETcDjFZ2RD8dlCcwKPT5o/uploaded-1778243398109-ca22e7m8.webp" }, + { id: "2", name: "Traditional Bread", price: "0.200 BHD", variant: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DROYdETcDjFZ2RD8dlCcwKPT5o/uploaded-1778243486901-rbef3djm.jpg" }, { id: "3", name: "Balaleet", price: "1.200 BHD", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruit-salad-with-pineapple-bananas-berries-white-plate_140725-12377.jpg" }, { id: "4", name: "Eggs & Tomato", price: "1.500 BHD", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-dates-nuts-dry-fruits_114579-2578.jpg" }, { id: "5", name: "Samosa", price: "0.300 BHD", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-wooden-board_23-2148747690.jpg" },