From 5743428b9bf9946eb9a72208147a05ee21c9dd95 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:22:47 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0ccff9..bde64aa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,8 +43,8 @@ export default function AboutPage() { title="Our Story" description="From a small kitchen to a city favorite." features={[ - { id: "f7", title: "The Beginning", descriptions: ["Founded with a passion for family recipes."], imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg", imageAlt: "Tasty macaroons on display case" }, - { id: "f8", title: "Our Growth", descriptions: ["Expanding to serve the wider Helwan community."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg", imageAlt: "Tasty macaroons on display case" }, + { id: "f7", title: "The Beginning", descriptions: ["Founded with a passion for family recipes."], imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg?_wi=3", imageAlt: "Tasty macaroons on display case" }, + { id: "f8", title: "Our Growth", descriptions: ["Expanding to serve the wider Helwan community."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg?_wi=4", imageAlt: "Tasty macaroons on display case" }, ]} /> -- 2.49.1 From 3319b02ed53010aa1fe10b1a63601f390c33be24 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:22:48 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c5c7a9f..186347f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -46,7 +46,7 @@ export default function MenuPage() { products={[ { id: "m1", name: "Signature Chocolate Cake", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/tartlets-with-white-chocolate-filling-berry-jam-top_114579-65420.jpg" }, { id: "m2", name: "Fruit Tartlet", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/tasty-bakery-with-berries-fruits-served-white-plate_8353-628.jpg" }, - { id: "m3", name: "Extra Treat", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg" } + { id: "m3", name: "Extra Treat", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg?_wi=1" } ]} /> @@ -59,8 +59,8 @@ export default function MenuPage() { title="Bakery Standards" description="Quality assurance in every bite." features={[ - { id: "f5", title: "Organic Flour", descriptions: ["Used in all our artisanal loaves."], imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg", imageAlt: "Tasty macaroons on display case" }, - { id: "f6", title: "Local Berries", descriptions: ["Sourced fresh from local farms."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg", imageAlt: "Tasty macaroons on display case" }, + { id: "f5", title: "Organic Flour", descriptions: ["Used in all our artisanal loaves."], imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg?_wi=2", imageAlt: "Tasty macaroons on display case" }, + { id: "f6", title: "Local Berries", descriptions: ["Sourced fresh from local farms."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg?_wi=3", imageAlt: "Tasty macaroons on display case" }, ]} /> -- 2.49.1 From 119e034645c932818c60ee40547c567c9679d393 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:22:48 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 479feb0..ed62a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "View Menu", href: "/menu" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg", imageAlt: "Celebration cake" }, + { imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg?_wi=1", imageAlt: "Celebration cake" }, { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tasty-healthy-round-cake-plate_23-2148161581.jpg", imageAlt: "Pastries tray" }, { imageSrc: "http://img.b2bpic.net/free-photo/piece-cherry-pie-with-custard_23-2147802614.jpg", imageAlt: "Mini sweets" }, { imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg", imageAlt: "Oriental sweets" }, @@ -75,8 +75,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Celebration Cakes", price: "Starting at $15", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg" }, - { id: "p2", name: "Daily Pastries", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg" }, + { id: "p1", name: "Celebration Cakes", price: "Starting at $15", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg?_wi=1" }, + { id: "p2", name: "Daily Pastries", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg?_wi=1" }, { id: "p3", name: "Mini Desserts", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-different-sweet-cookies-with-chocolate-syrup_114579-32127.jpg" }, { id: "p4", name: "Oriental Sweets", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-sliced-fruits-candies-chocolate-bangles-berries-grey-cookie-biscuit-sweet-sugar-bake_140725-34237.jpg" }, { id: "p5", name: "Birthday Special", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cake_23-2150599044.jpg" }, @@ -94,9 +94,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "Fresh Daily", descriptions: ["Everything is baked fresh every single morning."], imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18495.jpg", imageAlt: "Muffins on black." }, - { id: "f2", title: "High-Quality Ingredients", descriptions: ["We only source premium and natural ingredients."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg", imageAlt: "Muffins on black." }, - { id: "f3", title: "Affordable Prices", descriptions: ["Enjoy gourmet quality without the high price tag."], imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg", imageAlt: "Muffins on black." }, - { id: "f4", title: "Fast Delivery", descriptions: ["Quick and safe delivery right to your door."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg", imageAlt: "Muffins on black." }, + { id: "f2", title: "High-Quality Ingredients", descriptions: ["We only source premium and natural ingredients."], imageSrc: "http://img.b2bpic.net/free-photo/gourmet-french-pastry-collection-no-people-indoors-generated-by-ai_188544-40763.jpg?_wi=2", imageAlt: "Muffins on black." }, + { id: "f3", title: "Affordable Prices", descriptions: ["Enjoy gourmet quality without the high price tag."], imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg?_wi=2", imageAlt: "Muffins on black." }, + { id: "f4", title: "Fast Delivery", descriptions: ["Quick and safe delivery right to your door."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg?_wi=2", imageAlt: "Muffins on black." }, ]} title="Why Choose Bidamour?" description="We are dedicated to providing the highest quality desserts with the freshest ingredients." -- 2.49.1