From 230c2232d23a2bffdece2b4c7a4a195ae6a61664 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:45:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ddcd9e..cc5c8b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,21 +83,21 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { + { title: "قهوة مختصة", description: "أجود أنواع البن المحمص يدوياً.", icon: Coffee, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/table-ready-lunch_1162-65.jpg", imageAlt: "fresh coffee beans macro" }, { imageSrc: "http://img.b2bpic.net/free-photo/steaming-coffee-cup-with-latte-art-dark-moody-background_84443-84051.jpg", imageAlt: "fresh coffee beans macro" } ] }, - { + { title: "أجواء مريحة", description: "مساحة مثالية للعمل أو الاسترخاء.", icon: Coffee, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-beverage-cozy-cup_84443-84352.jpg", imageAlt: "fresh coffee beans macro" }, { imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", imageAlt: "fresh coffee beans macro" } ] }, - { + { title: "خدمة مميزة", description: "فريق عمل محترف في خدمتكم دائماً.", icon: Smile, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg", imageAlt: "fresh coffee beans macro" }, @@ -122,10 +122,11 @@ export default function LandingPage() { { id: "3", name: "لاتيه", price: "15,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-146543.jpg" }, { id: "4", name: "قهوة مختصة", price: "18,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/sack-with-coffee-beans_23-2148180169.jpg" }, { id: "5", name: "موكا", price: "20,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1388-802.jpg" }, - { id: "6", name: "آيس كوفي", price: "22,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648698.jpg" } + { id: "6", name: "آيس كوفي", price: "22,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648698.jpg" }, + { id: "7", name: "نارجيلة (Hookah)", price: "25,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/hookah-smoke-black-background_23-2148817743.jpg" } ]} - title="قائمة المشروبات" - description="استكشف تشكيلتنا الفريدة من المشروبات المحضرة بحب." + title="قائمة المشروبات والمزيد" + description="استكشف تشكيلتنا الفريدة من المشروبات والنارجيلة المحضرة بعناية." /> @@ -153,7 +154,7 @@ export default function LandingPage() { { id: "1", title: "ما هي ساعات العمل؟", content: "نحن مفتوحون يومياً من الثامنة صباحاً حتى العاشرة مساءً." }, { id: "2", title: "هل يتوفر واي فاي؟", content: "نعم، تتوفر خدمة الواي فاي مجاناً لجميع زبائننا." }, { id: "3", title: "أين موقعكم؟", content: "حلب، وسط المدينة، بجانب حديقة الشهباء." }, - { id: "4", title: "كيف يمكنني الدفع؟", content: "نقبل الدفع نقداً عند الاستلام، كما نوفر خيارات الدفع الإلكتروني المباشر." } + { id: "4", title: "كيف يمكنني الدفع أو هل يوجد موقف سيارات؟", content: "نقبل الدفع نقداً وعندنا خيارات الدفع الإلكتروني، كما يتوفر موقف سيارات مخصص للزبائن بجانب المقهى." } ]} title="أسئلة شائعة" faqsAnimation="slide-up" -- 2.49.1