From 04e476073c5cf71c16625f7ee3c03e94343e4332 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:02:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 557d6ee..4bba417 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 3890b892277db72417014877e694d0273252c1fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:02:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f45d2ce..5db388a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,11 +32,11 @@ export default function LandingPage() { { name: "الرئيسية", id: "hero" }, { name: "عن المخبز", id: "about" }, { name: "المنتجات", id: "features" }, - { name: "أوقات العمل", id: "metrics" }, + { name: "أوقات العمل", id: "opening-hours" }, { name: "التواصل", id: "contact" } ]} bottomLeftText="المدينة المنورة، السعودية" - bottomRightText="+966 59 736 8688" + bottomRightText="+966 55 221 0085" /> @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="اليفي" description="مرحباً بكم في مخبز اليفي بالمدينة المنورة! نقدم لكم أشهى المخبوزات والحلويات الطازجة يومياً مع أجود المكونات وأفضل طرق التحضير. زورونا لتجربة طعم لا يُنسى وأجواء مريحة داخل المخبز." buttons={[ - { text: "اتصل بنا", href: "tel:+966597368688" }, + { text: "اتصل بنا", href: "tel:+966552210085" }, { text: "تعرف أكثر", href: "#about" } ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-18747.jpg?_wi=1" @@ -99,19 +99,19 @@ export default function LandingPage() { /> -
+
@@ -132,7 +132,7 @@ export default function LandingPage() { id: "fresh-daily", title: "هل المنتجات طازجة يومياً؟", content: "نعم، جميع المخبوزات والحلويات تُحضّر طازجة يومياً. نفخر بأننا نقدم أفضل المنتجات الطازجة كل يوم دون استثناء." }, { - id: "delivery", title: "هل تقدمون خدمة التوصيل؟", content: "نعم، نوفر التوصيل بدون تلامس والطعام السفري. اتصلوا بنا على +966 59 736 8688 لتقديم طلبكم." + id: "delivery", title: "هل تقدمون خدمة التوصيل؟", content: "نعم، نوفر التوصيل بدون تلامس والطعام السفري. اتصلوا بنا على +966 55 221 0085 لتقديم طلبكم." }, { id: "price-range", title: "ما متوسط الأسعار؟", content: "متوسط السعر للشخص الواحد من 20 إلى 40 ريال سعودي. أسعارنا منطقية وعادلة مقابل الجودة العالية التي نقدمها." @@ -149,10 +149,10 @@ export default function LandingPage() {
); -} +} \ No newline at end of file