Update src/app/page.tsx

This commit is contained in:
2026-05-10 16:45:40 +00:00
parent 765750b7d0
commit ec345d9de5

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Burger Brand | برقر براند"
/>
@@ -55,47 +47,26 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardRotatedCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Burger Brand | طعم لا يقاوم"
description="نقدم لكم ألذ أنواع البرجر الطازج بمكونات طبيعية وتجربة لا تُنسى. استمتع بكل قضمة من الجودة."
buttons={[
{
text: "اطلب الآن",
href: "#menu",
},
text: "اطلب الآن", href: "#menu"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg",
imageAlt: "Juicy artisan beef burger",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageAlt: "Juicy artisan beef burger"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg",
imageAlt: "Fresh ingredients table",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160890.jpg", imageAlt: "Fresh ingredients table"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-fire_23-2150902208.jpg",
imageAlt: "Grilling burger patty",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-fire_23-2150902208.jpg", imageAlt: "Grilling burger patty"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wooden-board-with-hamburger_23-2148575407.jpg",
imageAlt: "Fresh vegetables",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-wooden-board-with-hamburger_23-2148575407.jpg", imageAlt: "Fresh vegetables"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-french-fries_140725-6072.jpg",
imageAlt: "Restaurant ambiance",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-french-fries_140725-6072.jpg", imageAlt: "Restaurant ambiance"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-eating-tasty-classic-burger-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-29909.jpg",
imageAlt: "Happy customer",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-eating-tasty-classic-burger-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-29909.jpg", imageAlt: "Happy customer"},
]}
/>
</div>
@@ -118,19 +89,13 @@ export default function LandingPage() {
features={[
{
icon: Sparkles,
title: "لحم طازج",
description: "لحم بقري محلي طازج 100% يومياً",
},
title: "لحم طازج", description: "لحم بقري محلي طازج 100% يومياً"},
{
icon: Shield,
title: "جودة عالية",
description: "معايير سلامة وجودة عالمية",
},
title: "جودة عالية", description: "معايير سلامة وجودة عالمية"},
{
icon: Zap,
title: "خدمة سريعة",
description: "نضمن وصول وجبتك ساخنة وسريعة",
},
title: "خدمة سريعة", description: "نضمن وصول وجبتك ساخنة وسريعة"},
]}
title="لماذا تختارنا؟"
description="ما يميزنا هو الشغف بالتفاصيل"
@@ -143,61 +108,26 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
tag="الأكثر مبيعاً"
products={[
{
id: "1",
brand: "برقر براند",
name: "كلاسيك تشيز برجر",
price: "25 ر.س",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-cheese-green-salad-potatoes-dips-wooden-table-grey-table-food_140725-26311.jpg",
},
id: "1", brand: "برقر براند", name: "كلاسيك تشيز برجر (الأكثر طلباً)", price: "25 ر.س", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-cheese-green-salad-potatoes-dips-wooden-table-grey-table-food_140725-26311.jpg"},
{
id: "2",
brand: "برقر براند",
name: "سبايسي هالبينو",
price: "30 ر.س",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/juicy-smash-burger-cutting-board-crispy-golden-edges_123827-36177.jpg",
},
id: "2", brand: "برقر براند", name: "سبايسي هالبينو", price: "30 ر.س", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/juicy-smash-burger-cutting-board-crispy-golden-edges_123827-36177.jpg"},
{
id: "3",
brand: "برقر براند",
name: "كريسبي تشيكن",
price: "28 ر.س",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-with-fries_23-2148575415.jpg",
},
id: "3", brand: "برقر براند", name: "كريسبي تشيكن (مميز)", price: "28 ر.س", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-with-fries_23-2148575415.jpg"},
{
id: "4",
brand: "برقر براند",
name: "دبل بيف بيكون",
price: "35 ر.س",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/ultimate-breakfast-burger_23-2151950793.jpg",
},
id: "4", brand: "برقر براند", name: "دبل بيف بيكون", price: "35 ر.س", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/ultimate-breakfast-burger_23-2151950793.jpg"},
{
id: "5",
brand: "برقر براند",
name: "فجي برجر",
price: "26 ر.س",
rating: 4,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg",
},
id: "5", brand: "برقر براند", name: "فجي برجر", price: "26 ر.س", rating: 4,
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg"},
{
id: "6",
brand: "برقر براند",
name: "وجبة الأطفال",
price: "20 ر.س",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-vegan-burger-with-healthy-food-sign_23-2148287548.jpg",
},
id: "6", brand: "برقر براند", name: "وجبة الأطفال", price: "20 ر.س", rating: 5,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/tasty-vegan-burger-with-healthy-food-sign_23-2148287548.jpg"},
]}
title="قائمة الطعام"
description="اكتشف تشكيلتنا المتنوعة"
@@ -210,45 +140,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "مذهل!",
quote: "أفضل برجر تناولته في حياتي!",
name: "أحمد",
role: "زبون",
imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
},
id: "1", title: "مذهل!", quote: "أفضل برجر تناولته في حياتي!", name: "أحمد", role: "زبون", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg"},
{
id: "2",
title: "طعم لا يقاوم",
quote: "التوصيل سريع والوجبة دافئة.",
name: "سارة",
role: "زبونة",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg",
},
id: "2", title: "طعم لا يقاوم", quote: "التوصيل سريع والوجبة دافئة.", name: "سارة", role: "زبونة", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg"},
{
id: "3",
title: "جودة عالية",
quote: "لحم طازج وطعم حقيقي.",
name: "خالد",
role: "زبون",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255968.jpg",
},
id: "3", title: "جودة عالية", quote: "لحم طازج وطعم حقيقي.", name: "خالد", role: "زبون", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255968.jpg"},
{
id: "4",
title: "خدمة ممتازة",
quote: "أحببت التنوع في القائمة.",
name: "نورة",
role: "زبونة",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-eating-chocolate-muffin-paper-holder_23-2147974612.jpg",
},
id: "4", title: "خدمة ممتازة", quote: "أحببت التنوع في القائمة.", name: "نورة", role: "زبونة", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-eating-chocolate-muffin-paper-holder_23-2147974612.jpg"},
{
id: "5",
title: "لا يصدق",
quote: "دائماً خيارنا الأول للعشاء.",
name: "محمد",
role: "زبون",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg",
},
id: "5", title: "لا يصدق", quote: "دائماً خيارنا الأول للعشاء.", name: "محمد", role: "زبون", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg"},
]}
title="آراء عملائنا"
description="ماذا يقول عشاق البرجر عن تجربتهم"
@@ -261,20 +161,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "هل اللحوم طازجة؟",
content: "نعم، نستخدم لحم بقري طازج 100% يومياً.",
},
id: "1", title: "هل اللحوم طازجة؟", content: "نعم، نستخدم لحم بقري طازج 100% يومياً."},
{
id: "2",
title: "هل يوجد توصيل؟",
content: "نعم، نوفر خدمة التوصيل عبر تطبيقاتنا المفضلة.",
},
id: "2", title: "هل يوجد توصيل؟", content: "نعم، نوفر خدمة التوصيل عبر تطبيقاتنا المفضلة."},
{
id: "3",
title: "هل يمكن تعديل المكونات؟",
content: "بالتأكيد، يمكنك تخصيص البرجر الخاص بك.",
},
id: "3", title: "هل يمكن تعديل المكونات؟", content: "بالتأكيد، يمكنك تخصيص البرجر الخاص بك."},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-delivery-food-package-pink-wall-uniform-delivery-service-company-work-girl_140725-41853.jpg"
imageAlt="Delivery service"
@@ -289,14 +180,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
text="تواصل معنا لطلب وجباتك أو الاستفسار عن فروعنا"
buttons={[
{
text: "تواصل معنا عبر واتساب",
href: "https://wa.me/yournumber",
},
text: "تواصل معنا عبر واتساب", href: "https://wa.me/yournumber"},
]}
/>
</div>
@@ -306,29 +194,19 @@ export default function LandingPage() {
logoText="Burger Brand | برقر براند"
columns={[
{
title: "روابط سريعة",
items: [
title: "روابط سريعة", items: [
{
label: "الرئيسية",
href: "#home",
},
label: "الرئيسية", href: "#home"},
{
label: "القائمة",
href: "#menu",
},
label: "القائمة", href: "#menu"},
],
},
{
title: "معلومات",
items: [
title: "معلومات", items: [
{
label: "اتصل بنا",
href: "#contact",
},
label: "اتصل بنا", href: "#contact"},
{
label: "سياسة الخصوصية",
href: "#",
},
label: "سياسة الخصوصية", href: "#"},
],
},
]}