From 814831b3747641511b386cc7921160e4e102a257 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:35:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bb08ae..5e20704 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,16 +80,16 @@ export default function LandingPage() { tag="Featured Menu" features={[ { - id: "01", title: "Kocha", description: "Traditional Afghan street bread served with chickpeas, yogurt, and spiced meat sauce. A hearty, authentic breakfast experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg?_wi=1", imageAlt: "Kocha - Afghan traditional bread" + id: "01", title: "Kocha", description: "Traditional Afghan street bread served with chickpeas, yogurt, and spiced meat sauce. A hearty, authentic breakfast experience. Available Daily - $12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg?_wi=1", imageAlt: "Kocha - Afghan traditional bread" }, { - id: "02", title: "Lamb Egg Roll", description: "Tender lamb wrapped in fluffy bread with egg, onions, and fresh herbs. Perfect for a protein-packed morning.", imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg?_wi=1", imageAlt: "Lamb Egg Roll" + id: "02", title: "Lamb Egg Roll", description: "Tender lamb wrapped in fluffy bread with egg, onions, and fresh herbs. Perfect for a protein-packed morning. Available Daily - $11.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg?_wi=1", imageAlt: "Lamb Egg Roll" }, { - id: "03", title: "Eggs & Avocado", description: "Creamy avocado paired with perfectly cooked eggs, fresh tomatoes, and warm flatbread. A lighter, fresh option.", imageSrc: "http://img.b2bpic.net/free-photo/snack-healthy-breakfast-plate-blue-cheese-avocado-boiled-egg-olives-black-surface-top-view_2829-6092.jpg", imageAlt: "Eggs and Avocado breakfast plate" + id: "03", title: "Eggs & Avocado", description: "Creamy avocado paired with perfectly cooked eggs, fresh tomatoes, and warm flatbread. A lighter, fresh option. Available Daily - $10.99", imageSrc: "http://img.b2bpic.net/free-photo/snack-healthy-breakfast-plate-blue-cheese-avocado-boiled-egg-olives-black-surface-top-view_2829-6092.jpg", imageAlt: "Eggs and Avocado breakfast plate" }, { - id: "04", title: "Afghan Tea & Coffee", description: "Aromatic traditional Afghan tea (chai) or freshly brewed coffee to complement your breakfast.", imageSrc: "http://img.b2bpic.net/free-photo/man-pours-tea-cup-jam-sweets-side-view_141793-3236.jpg", imageAlt: "Traditional Afghan tea and coffee service" + id: "04", title: "Afghan Tea & Coffee", description: "Aromatic traditional Afghan tea (chai) or freshly brewed coffee to complement your breakfast. Available Daily - $3.99-$4.99", imageSrc: "http://img.b2bpic.net/free-photo/man-pours-tea-cup-jam-sweets-side-view_141793-3236.jpg", imageAlt: "Traditional Afghan tea and coffee service" } ]} textboxLayout="default" -- 2.49.1