diff --git a/src/app/page.tsx b/src/app/page.tsx index cbbffe6..d4d268b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,26 +120,26 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", brand: "Breakfast", name: "Ftour Thé + Omelette Fromage", price: "25 MAD", rating: 5, + id: "1", brand: "Signature Breakfast", name: "Ftour Thé + Omelette Fromage (Hand-crafted, farm-fresh ingredients)", price: "25 MAD", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fruits-biscuits-walnut-with-tea-table_23-2147862978.jpg"}, { - id: "2", brand: "Drinks", name: "Jus d'Orange Frais", price: "15 MAD", rating: 5, + id: "2", brand: "Drinks", name: "Jus d'Orange Frais (Squeezed to order for peak freshness)", price: "15 MAD", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/glass-peach-fresh_93675-129194.jpg"}, { - id: "3", brand: "Pastry", name: "Salade de Fruits", price: "20 MAD", rating: 4, + id: "3", brand: "Pastry", name: "Salade de Fruits (Crisp seasonal fruits, vibrant flavor)", price: "20 MAD", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cake-slices-with-nuts-cup-tea-black_140725-104435.jpg"}, { - id: "4", brand: "Breakfast", name: "Petit Déjeuner Complet", price: "35 MAD", rating: 5, + id: "4", brand: "Signature Breakfast", name: "Petit Déjeuner Complet (Rich, hearty morning taste)", price: "35 MAD", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-egg-with-tomatoes-pan-cup-tea-with-bowl-black-olive-sackcloth-wood-with-copy-space_141793-17422.jpg"}, { - id: "5", brand: "Drinks", name: "Cappuccino Spécial", price: "12 MAD", rating: 5, + id: "5", brand: "Drinks", name: "Cappuccino Spécial (Velvety smooth, authentic taste)", price: "12 MAD", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150153005.jpg"}, { - id: "6", brand: "Pastry", name: "Croissant au Beurre", price: "8 MAD", rating: 5, + id: "6", brand: "Pastry", name: "Croissant au Beurre (Buttery, warm, and freshly baked)", price: "8 MAD", rating: 5, reviewCount: "160", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-cup-o-tea-strawberries-saucer-tarts-cinnamon-dried-lemons-dark-wooden-table_140725-90832.jpg"}, ]} title="Menu Highlights" - description="Freshly prepared every single morning." + description="Freshly prepared every single morning with the finest ingredients." /> @@ -265,4 +265,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file