From 7524f857ea8516a6e49ddf42841730c1805a02d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:56:33 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index f5aca95..fdfc4a7 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -77,16 +77,16 @@ export default function GalleryPage() { Date: Wed, 11 Mar 2026 19:56:34 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 956db18..b29cd4d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -46,17 +46,17 @@ export default function MenuPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Classic Belgian Waffle", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg", imageAlt: "Classic Belgian waffle with toppings"}, + id: "1", name: "Classic Belgian Waffle", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg?_wi=2", imageAlt: "Classic Belgian waffle with toppings"}, { - id: "2", name: "Chocolate Dream Waffle", price: "75 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg", imageAlt: "Chocolate waffle with cream and berries"}, + id: "2", name: "Chocolate Dream Waffle", price: "75 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg?_wi=2", imageAlt: "Chocolate waffle with cream and berries"}, { - id: "3", name: "Strawberry Cheesecake Waffle", price: "80 MAD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-cup-tea-cake-with-strawberries-chocolate-bowl-strawberries-chocolate-cream-cup-tea-with-lemon-cinnamon-sticks-black-table_140725-110580.jpg", imageAlt: "Strawberry cheesecake topped waffle"}, + id: "3", name: "Strawberry Cheesecake Waffle", price: "80 MAD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-cup-tea-cake-with-strawberries-chocolate-bowl-strawberries-chocolate-cream-cup-tea-with-lemon-cinnamon-sticks-black-table_140725-110580.jpg?_wi=2", imageAlt: "Strawberry cheesecake topped waffle"}, { - id: "4", name: "Premium Gelato Sundae", price: "50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-scoops-with-waffle-wooden-table_123827-21814.jpg", imageAlt: "Gourmet gelato sundae"}, + id: "4", name: "Premium Gelato Sundae", price: "50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-scoops-with-waffle-wooden-table_123827-21814.jpg?_wi=2", imageAlt: "Gourmet gelato sundae"}, { - id: "5", name: "Nutella Paradise Waffle", price: "85 MAD", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg", imageAlt: "Nutella waffle with hazelnuts"}, + id: "5", name: "Nutella Paradise Waffle", price: "85 MAD", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg?_wi=3", imageAlt: "Nutella waffle with hazelnuts"}, { - id: "6", name: "Banana Split Deluxe", price: "70 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg", imageAlt: "Banana split with ice cream and toppings"}, + id: "6", name: "Banana Split Deluxe", price: "70 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg?_wi=3", imageAlt: "Banana split with ice cream and toppings"}, ]} gridVariant="bento-grid" animationType="slide-up" -- 2.49.1 From 0f85af7e47551a3dee0764e6dbb1cce7d73baf83 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:56:34 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df9ced6..b8a006c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Classic Belgian Waffle", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg", imageAlt: "Classic Belgian waffle with toppings"}, + id: "1", name: "Classic Belgian Waffle", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg?_wi=1", imageAlt: "Classic Belgian waffle with toppings"}, { - id: "2", name: "Chocolate Dream Waffle", price: "75 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg", imageAlt: "Chocolate waffle with cream and berries"}, + id: "2", name: "Chocolate Dream Waffle", price: "75 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg?_wi=1", imageAlt: "Chocolate waffle with cream and berries"}, { - id: "3", name: "Strawberry Cheesecake Waffle", price: "80 MAD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-cup-tea-cake-with-strawberries-chocolate-bowl-strawberries-chocolate-cream-cup-tea-with-lemon-cinnamon-sticks-black-table_140725-110580.jpg", imageAlt: "Strawberry cheesecake topped waffle"}, + id: "3", name: "Strawberry Cheesecake Waffle", price: "80 MAD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-cup-tea-cake-with-strawberries-chocolate-bowl-strawberries-chocolate-cream-cup-tea-with-lemon-cinnamon-sticks-black-table_140725-110580.jpg?_wi=1", imageAlt: "Strawberry cheesecake topped waffle"}, { - id: "4", name: "Premium Gelato Sundae", price: "50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-scoops-with-waffle-wooden-table_123827-21814.jpg", imageAlt: "Gourmet gelato sundae"}, + id: "4", name: "Premium Gelato Sundae", price: "50 MAD", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-scoops-with-waffle-wooden-table_123827-21814.jpg?_wi=1", imageAlt: "Gourmet gelato sundae"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -133,13 +133,13 @@ export default function HomePage() { tagAnimation="slide-up" blogs={[ { - id: "1", category: "Waffles", title: "Belgian Waffle Classics", excerpt: "Crispy on the outside, fluffy on the inside. Traditional recipes perfected.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-ladyfingers_23-2149549746.jpg", imageAlt: "Classic Belgian waffle", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/pleased-young-handsome-cook-chef-uniform-standing-with-closed-posture-holding-whisk-isolated-white-space_141793-44709.jpg", date: "Fresh Daily"}, + id: "1", category: "Waffles", title: "Belgian Waffle Classics", excerpt: "Crispy on the outside, fluffy on the inside. Traditional recipes perfected.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-ladyfingers_23-2149549746.jpg?_wi=1", imageAlt: "Classic Belgian waffle", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/pleased-young-handsome-cook-chef-uniform-standing-with-closed-posture-holding-whisk-isolated-white-space_141793-44709.jpg", date: "Fresh Daily"}, { - id: "2", category: "Desserts", title: "Decadent Chocolate Creations", excerpt: "Rich, smooth, and absolutely irresistible. Chocolate lovers' paradise.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-chocolate-cake_23-2148019562.jpg", imageAlt: "Chocolate dessert creation", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/resentful-bearded-man-wearing-white-shirt-with-serious-face-with-crossed-arms-standing-white-wall_141793-56871.jpg", date: "Fresh Daily"}, + id: "2", category: "Desserts", title: "Decadent Chocolate Creations", excerpt: "Rich, smooth, and absolutely irresistible. Chocolate lovers' paradise.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-chocolate-cake_23-2148019562.jpg?_wi=1", imageAlt: "Chocolate dessert creation", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/resentful-bearded-man-wearing-white-shirt-with-serious-face-with-crossed-arms-standing-white-wall_141793-56871.jpg", date: "Fresh Daily"}, { - id: "3", category: "Gelato", title: "Artisan Gelato Selection", excerpt: "Creamy, smooth, and made fresh. Premium imported ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-ice-cream-cookies-assortment_23-2149836017.jpg", imageAlt: "Gelato sundae selection", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/pleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-looking-camera-isolated-white-background-with-copy-space_141793-89923.jpg", date: "Fresh Daily"}, + id: "3", category: "Gelato", title: "Artisan Gelato Selection", excerpt: "Creamy, smooth, and made fresh. Premium imported ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-ice-cream-cookies-assortment_23-2149836017.jpg?_wi=1", imageAlt: "Gelato sundae selection", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/pleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-looking-camera-isolated-white-background-with-copy-space_141793-89923.jpg", date: "Fresh Daily"}, { - id: "4", category: "Atmosphere", title: "Cozy Restaurant Vibes", excerpt: "Warm ambiance perfect for friends, family, and late-night treats.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Restaurant interior", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", date: "Welcome Always"}, + id: "4", category: "Atmosphere", title: "Cozy Restaurant Vibes", excerpt: "Warm ambiance perfect for friends, family, and late-night treats.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg?_wi=1", imageAlt: "Restaurant interior", authorName: "Waffle Factory", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", date: "Welcome Always"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1