From a7d498ad94b58087c211d9140da81ff835217e40 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 01:35:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 287 ++++++++++------------------------------------- 1 file changed, 62 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56f2c65..4f95e12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,34 +32,20 @@ export default function LandingPage() { @@ -72,13 +58,9 @@ export default function LandingPage() { tag="تجربة لا تُنسى" buttons={[ { - text: "اكتشف قائمتنا", - href: "#menu", - }, + text: "اكتشف قائمتنا", href: "#menu"}, { - text: "احجز طاولتك", - href: "#contact", - }, + text: "احجز طاولتك", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg" imageAlt="ديكور داخلي فاخر لمطعم يابا" @@ -87,25 +69,15 @@ export default function LandingPage() { textPosition="bottom" avatars={[ { - src: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg", - alt: "Woman eating seafood dish with salmon", - }, + src: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg", alt: "Woman eating seafood dish with salmon"}, { - src: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg", - alt: "Happy young man eating a croissant in a cafe", - }, + src: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg", alt: "Happy young man eating a croissant in a cafe"}, { - src: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg", - alt: "Close up friends dining out", - }, + src: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg", alt: "Close up friends dining out"}, { - src: "http://img.b2bpic.net/free-photo/thin-tanned-woman-brown-bra-stylish-denim-shorts-enjoys-taste-waffle-with-cream-peanuts-maple-syrup_197531-18189.jpg", - alt: "Thin tanned woman in brown bra and stylish denim shorts enjoys taste of waffle with cream, peanuts and maple syrup", - }, + src: "http://img.b2bpic.net/free-photo/thin-tanned-woman-brown-bra-stylish-denim-shorts-enjoys-taste-waffle-with-cream-peanuts-maple-syrup_197531-18189.jpg", alt: "Thin tanned woman in brown bra and stylish denim shorts enjoys taste of waffle with cream, peanuts and maple syrup"}, { - src: "http://img.b2bpic.net/free-photo/hispanic-man-eating-healthy-whole-grain-cereals-with-spoon-smiling-with-happy-cool-smile-face-showing-teeth_839833-31876.jpg", - alt: "Hispanic man eating healthy whole grain cereals with spoon smiling with a happy and cool smile on face showing teeth", - }, + src: "http://img.b2bpic.net/free-photo/hispanic-man-eating-healthy-whole-grain-cereals-with-spoon-smiling-with-happy-cool-smile-face-showing-teeth_839833-31876.jpg", alt: "Hispanic man eating healthy whole grain cereals with spoon smiling with a happy and cool smile on face showing teeth"}, ]} avatarText="أكثر من 5000+ عميل سعيد" /> @@ -121,17 +93,11 @@ export default function LandingPage() { tag="عن مطعمنا" bulletPoints={[ { - title: "مكونات طازجة", - description: "نختار بعناية أجود المكونات المحلية والعالمية يومياً لضمان الطعم المميز.", - }, + title: "مكونات طازجة", description: "نختار بعناية أجود المكونات المحلية والعالمية يومياً لضمان الطعم المميز."}, { - title: "وصفات أصيلة", - description: "نعتمد على وصفات عائلية متوارثة، مطورة بلمسة عصرية ترضي جميع الأذواق.", - }, + title: "وصفات أصيلة", description: "نعتمد على وصفات عائلية متوارثة، مطورة بلمسة عصرية ترضي جميع الأذواق."}, { - title: "أجواء راقية", - description: "استمتع بتجربة طعام في بيئة فاخرة ومريحة، مثالية لجميع المناسبات.", - }, + title: "أجواء راقية", description: "استمتع بتجربة طعام في بيئة فاخرة ومريحة، مثالية لجميع المناسبات."}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-cook-preparing-round-minced-meat-kitchen_140725-14390.jpg" imageAlt="شيف يعد الطعام في مطعم يابا" @@ -142,65 +108,26 @@ export default function LandingPage() {