From d546181994ba290cc51a12238669718683beec86 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:10:46 +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 5343e00..6eb5420 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function AyatVPage() { useInvertedBackground={false} products={[ { - id: "vegan-platter", name: "Ayat V Vegan Feast", price: "£18.50", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-wooden-bowls-with-corn-seeds-beans-pumpkin-seeds-lentiles-black-pepper-bowl-cinnamon-anise-table_140725-146259.jpg", imageAlt: "Vegan platter with injera and colourful vegetables", initialQuantity: 1, + id: "vegan-platter", name: "Ayat V Vegan Feast", price: "£18.50", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-wooden-bowls-with-corn-seeds-beans-pumpkin-seeds-lentiles-black-pepper-bowl-cinnamon-anise-table_140725-146259.jpg?_wi=1", imageAlt: "Vegan platter with injera and colourful vegetables", initialQuantity: 1, }, { id: "vegetarian-combo", name: "Vegetarian Harmony Platter", price: "£16.95", imageSrc: "http://img.b2bpic.net/free-photo/beef-meat-stew-with-potatoes-chopped-vegetables-served-with-lavash_114579-944.jpg", imageAlt: "Vegetarian combination platter with traditional Ethiopian spices", initialQuantity: 1, @@ -209,7 +209,7 @@ export default function AyatVPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "30+", title: "Artisan Vegan Dishes", description: "Crafted with heritage recipes and premium organic ingredients", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-wooden-bowls-with-corn-seeds-beans-pumpkin-seeds-lentiles-black-pepper-bowl-cinnamon-anise-table_140725-146259.jpg", imageAlt: "Vegan Ethiopian platter showcase" + id: "1", value: "30+", title: "Artisan Vegan Dishes", description: "Crafted with heritage recipes and premium organic ingredients", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-wooden-bowls-with-corn-seeds-beans-pumpkin-seeds-lentiles-black-pepper-bowl-cinnamon-anise-table_140725-146259.jpg?_wi=2", imageAlt: "Vegan Ethiopian platter showcase" }, { id: "2", value: "100%", title: "Ethically Sourced", description: "Supporting local farmers and sustainable practices", imageSrc: "http://img.b2bpic.net/free-photo/hands-toasting-glasses-wine_23-2148261702.jpg", imageAlt: "Restaurant warm ambience and ethical practices" -- 2.49.1