From 7fa993bcd1d00cd8bf3b28b2f2cd975771e9d1db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:47:47 +0000 Subject: [PATCH 1/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 785637a..6035820 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -48,17 +48,17 @@ export default function MenuPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Chocolate Lava Cake"}, + id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg?_wi=2", imageAlt: "Chocolate Lava Cake"}, { - id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Premium Waffles"}, + id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=2", imageAlt: "Premium Waffles"}, { - id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg", imageAlt: "Artisan Crepes"}, + id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg?_wi=2", imageAlt: "Artisan Crepes"}, { - id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", imageAlt: "Hot Chocolate Deluxe"}, + id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=2", imageAlt: "Hot Chocolate Deluxe"}, { - id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg", imageAlt: "Chocolate Mousse"}, + id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg?_wi=2", imageAlt: "Chocolate Mousse"}, { - id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg", imageAlt: "Specialty Cake Slice"}, + id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg?_wi=2", imageAlt: "Specialty Cake Slice"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1 From b9fc19f6b536d103ca0adb6370ec2d6699d916f8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:47:47 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b36f65b..25c1d66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,17 +100,17 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Chocolate Lava Cake"}, + id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg?_wi=1", imageAlt: "Chocolate Lava Cake"}, { - id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Premium Waffles"}, + id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=1", imageAlt: "Premium Waffles"}, { - id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg", imageAlt: "Artisan Crepes"}, + id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg?_wi=1", imageAlt: "Artisan Crepes"}, { - id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", imageAlt: "Hot Chocolate Deluxe"}, + id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=1", imageAlt: "Hot Chocolate Deluxe"}, { - id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg", imageAlt: "Chocolate Mousse"}, + id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg?_wi=1", imageAlt: "Chocolate Mousse"}, { - id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg", imageAlt: "Specialty Cake Slice"}, + id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg?_wi=1", imageAlt: "Specialty Cake Slice"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -130,22 +130,22 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Fatima Al-Mansouri", icon: Heart, + id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg?_wi=1", imageAlt: "Fatima Al-Mansouri", icon: Heart, }, { - id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Mohammed Hassan", icon: Heart, + id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1", imageAlt: "Mohammed Hassan", icon: Heart, }, { - id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg", imageAlt: "Noor Ibrahim", icon: Camera, + id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg?_wi=1", imageAlt: "Noor Ibrahim", icon: Camera, }, { - id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Karim Fakhri", icon: Briefcase, + id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Karim Fakhri", icon: Briefcase, }, { - id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg", imageAlt: "Amina Soliman", icon: Users, + id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg?_wi=1", imageAlt: "Amina Soliman", icon: Users, }, { - id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg", imageAlt: "Rashid Al-Farsi", icon: Airplay, + id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg?_wi=1", imageAlt: "Rashid Al-Farsi", icon: Airplay, }, ]} animationType="slide-up" -- 2.49.1 From 0c70dbb7029f22cfeb22ae5929a5dc678ea50c62 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:47:48 +0000 Subject: [PATCH 3/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index acb2880..d164eda 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -47,22 +47,22 @@ export default function ReviewsPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Fatima Al-Mansouri", icon: Heart, + id: "1", name: "Fatima Al-Mansouri", role: "Regular Customer", testimonial: "The best chocolate café in Tripoli! My family visits every week. The staff is incredibly welcoming and the desserts are divine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg?_wi=2", imageAlt: "Fatima Al-Mansouri", icon: Heart, }, { - id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Mohammed Hassan", icon: Heart, + id: "2", name: "Mohammed Hassan", role: "Couple Night Out", testimonial: "Took my wife here for our anniversary. The ambiance is romantic, the chocolate crepes are perfect, and we got the best table by the window.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=2", imageAlt: "Mohammed Hassan", icon: Heart, }, { - id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg", imageAlt: "Noor Ibrahim", icon: Camera, + id: "3", name: "Noor Ibrahim", role: "Instagram Creator", testimonial: "Every single dessert at Dolce is Instagram gold! The presentation is stunning and tastes even better. My followers love my content from here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-creative-social-media-content-creator-woman-showing-lipstick-swatches-her-hand_1258-255210.jpg?_wi=2", imageAlt: "Noor Ibrahim", icon: Camera, }, { - id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Karim Fakhri", icon: Briefcase, + id: "4", name: "Karim Fakhri", role: "Local Business Owner", testimonial: "I bring clients here to celebrate deals. The professionalism and quality of service make an excellent impression every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Karim Fakhri", icon: Briefcase, }, { - id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg", imageAlt: "Amina Soliman", icon: Users, + id: "5", name: "Amina Soliman", role: "Family Gatherings", testimonial: "Perfect spot for family celebrations. The kids love the waffles and we adults love the premium hot chocolate. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/two-women-forest-woman-pointing-scenery-people-nature_169016-67698.jpg?_wi=2", imageAlt: "Amina Soliman", icon: Users, }, { - id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg", imageAlt: "Rashid Al-Farsi", icon: Airplay, + id: "6", name: "Rashid Al-Farsi", role: "Tourist Visitor", testimonial: "Visiting Tripoli and stumbled upon Dolce. Best decision! The chocolate experience here rivals European cafés. Coming back tomorrow!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg?_wi=2", imageAlt: "Rashid Al-Farsi", icon: Airplay, }, ]} animationType="slide-up" -- 2.49.1