diff --git a/src/app/page.tsx b/src/app/page.tsx index f97dc98..3ba52d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,20 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "ماتشا (60 سعرة)", price: "10 ريال", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg" }, - { id: "2", name: "آيس بلاك كوفي (5 سعرات)", price: "18 ريال", imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg" }, - { id: "3", name: "كوكيز كندر (250 سعرة)", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg" }, - { id: "4", name: "لاتيه (150 سعرة)", price: "20 ريال", imageSrc: "http://img.b2bpic.net/free-photo/cup-of-latte-with-latte-art-table_140725-7801.jpg" }, - { id: "5", name: "كرواسون سادة (280 سعرة)", price: "12 ريال", imageSrc: "http://img.b2bpic.net/free-photo/croissant-cup-coffee-table_1150-13725.jpg" }, - { id: "6", name: "تشيز كيك (320 سعرة)", price: "25 ريال", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-cheesecake-slice_144627-2489.jpg" }, + { id: "1", name: "قهوة اليوم (1 سعرة)", price: "صغير: 4.75 SAR, كبير: 6.75 SAR", imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg" }, + { id: "2", name: "كركديه عنب (90 سعرة)", price: "صغير: 6.75 SAR, كبير: 8.75 SAR", imageSrc: "http://img.b2bpic.net/free-photo/glass-hibiscus-tea-with-grapes_1150-13725.jpg" }, + { id: "3", name: "كركديه سادة (60 سعرة)", price: "صغير: 5.75 SAR, كبير: 7.75 SAR", imageSrc: "http://img.b2bpic.net/free-photo/hibiscus-tea-glass_1150-13725.jpg" }, + { id: "4", name: "آيس V60 (1 سعرة)", price: "صغير: 10 SAR, كبير: 12 SAR", imageSrc: "http://img.b2bpic.net/free-photo/iced-v60-drip_1203-3928.jpg" }, + { id: "5", name: "آيس ماتشا (60 سعرة)", price: "10 SAR", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg" }, + { id: "6", name: "ماء (0 سعرة)", price: "1 SAR", imageSrc: "http://img.b2bpic.net/free-photo/glass-water_1150-13725.jpg" }, + { id: "7", name: "كوكيز شوكولاتة (300 سعرة)", price: "5 SAR", imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg" }, + { id: "8", name: "كوكيز فستق (300 سعرة)", price: "7 SAR", imageSrc: "http://img.b2bpic.net/free-photo/pistachio-cookies_1150-13725.jpg" }, + { id: "9", name: "كوكيز كندر (320 سعرة)", price: "6 SAR", imageSrc: "http://img.b2bpic.net/free-photo/kinder-cookies_1150-13725.jpg" }, + { id: "10", name: "سينابون (405 سعرة)", price: "9 SAR", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-roll_1150-13725.jpg" }, + { id: "11", name: "بودينج (500 سعرة)", price: "10 SAR", imageSrc: "http://img.b2bpic.net/free-photo/pudding-cup_1150-13725.jpg" } ]} title="قائمتنا" - description="اكتشف تشكيلة مختارة من المشروبات والحلويات اللذيذة." + description="اكتشف تشكيلة مشروباتنا وحلوياتنا المختارة بعناية." />