Merge version_2 into main #1
208
src/app/page.tsx
208
src/app/page.tsx
@@ -11,7 +11,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Utensils } from "lucide-react";
|
||||
import { Utensils, Clock, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,51 +31,32 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "نبذة عنا",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "قائمة الطعام",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "المراجعات",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "عن المطعم", id: "about" },
|
||||
{ name: "قائمتنا", id: "products" },
|
||||
{ name: "اتصل بنا", id: "contact" },
|
||||
]}
|
||||
brandName="مطبخ بصرتنا"
|
||||
brandName="مطبخ الأخوين"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="مطبخ بصرتنا"
|
||||
description="تجربة طعام شرقية أصيلة في قلب البصرة. مأكولاتنا تُحضر خصيصاً لترضي ذائقتك."
|
||||
logoText="مطبخ الأخوين"
|
||||
description="نقدم لكم أشهى المأكولات الشرقية، خاصة الفلافل المقرمشة، في قلب البصرة. مفتوحون لخدمتكم 24/7."
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
href: "https://talabat.com",
|
||||
},
|
||||
{ text: "اطلب الآن", href: "tel:07736000239" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149882892.jpg"
|
||||
imageAlt="أطباق شرقية فاخرة من مطبخ بصرتنا"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/falafel-with-hummus_144627-12497.jpg"
|
||||
imageAlt="أطباق الفلافل المميزة في مطبخ الأخوين"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="أصالة المذاق في كل طبق"
|
||||
tag="تراثنا"
|
||||
title="عراقة المذاق البصري"
|
||||
tag="فخر الصناعة المحلية"
|
||||
tagIcon={Utensils}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,181 +69,54 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "مطبگ دجاج",
|
||||
price: "15,000 د.ع",
|
||||
variant: "طبق رئيسي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-pizza_1339-2785.jpg",
|
||||
},
|
||||
id: "1", name: "فلافل الأخوين المميزة", price: "1,000 د.ع", variant: "الأكثر طلباً", imageSrc: "http://img.b2bpic.net/free-photo/falafel-balls_144627-1428.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "سمك مشوي",
|
||||
price: "20,000 د.ع",
|
||||
variant: "طبق رئيسي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-pork-white-plate_1150-21299.jpg",
|
||||
},
|
||||
id: "2", name: "صمون محشي بالفلافل", price: "1,500 د.ع", variant: "ساندوتش", imageSrc: "http://img.b2bpic.net/free-photo/shawarma-wrap_144627-512.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "مشويات مشكلة",
|
||||
price: "18,000 د.ع",
|
||||
variant: "طبق رئيسي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbecue-chicken-skewer-with-vegetable-salad-slice-lemon_141793-4763.jpg",
|
||||
},
|
||||
id: "3", name: "مقبلات طازجة", price: "2,000 د.ع", variant: "جانبي", imageSrc: "http://img.b2bpic.net/free-photo/hummus-bowl_144627-1982.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "مقبلات شرقية",
|
||||
price: "5,000 د.ع",
|
||||
variant: "جانبي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-hearty-vegetable-soup-with-red-beans-peas-carrots-tomatoes-garnished-with-fresh-basil-leaves_9975-124780.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "بقلاوة",
|
||||
price: "7,000 د.ع",
|
||||
variant: "حلويات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-decorated-with-orange-chocolate-with-other-cookies-dark-table-footage_140725-86315.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "لبن طبيعي",
|
||||
price: "2,000 د.ع",
|
||||
variant: "مشروب",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lemon-slices-with-two-portions-salads-pepper-slices-serving-pan-marble-surface_114579-71218.jpg",
|
||||
},
|
||||
id: "4", name: "عصير طبيعي", price: "1,000 د.ع", variant: "مشروبات", imageSrc: "http://img.b2bpic.net/free-photo/fresh-juice_144627-987.jpg"},
|
||||
]}
|
||||
title="أطباقنا المميزة"
|
||||
description="اكتشف تشكيلتنا الواسعة من المأكولات الشرقية التي نحضرها بكل حب."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "تجربة رائعة",
|
||||
quote: "مطبخ كلش راقي يقدم الوجبات الشرقية بأسعار مناسبة وطعم لذيذ.",
|
||||
name: "حسن خالد",
|
||||
role: "زبون",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-smiling-holding-grapefruit-peace-white-wall-healthy-fitness-nutrition_176420-10123.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "ممتاز",
|
||||
quote: "طبخهم طيب ومناسب للغداء، مطبگ الدجاج والبرياني لا يعلى عليه.",
|
||||
name: "د. عمار جاسم",
|
||||
role: "زبون",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-smiling-talking-phone_23-2148850590.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "جودة عالية",
|
||||
quote: "طعم أصيل وخدمة توصيل سريعة، دائماً خياري الأول.",
|
||||
name: "علياء محمد",
|
||||
role: "زبون",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20334.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "طعم لا ينسى",
|
||||
quote: "الأكل طازج والنظافة عالية، شكراً لكم على المجهود.",
|
||||
name: "سارة أحمد",
|
||||
role: "زبون",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-while-sitting-table_23-2148435789.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "خدمة مميزة",
|
||||
quote: "سرعة في التوصيل وطعم البيوت، كل التوفيق لكم.",
|
||||
name: "ياسر محمود",
|
||||
role: "زبون",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-chicken-wings_23-2150347933.jpg",
|
||||
},
|
||||
]}
|
||||
title="ماذا يقول عملاؤنا"
|
||||
description="نحن فخورون بخدمة مجتمعنا وتقديم أفضل ما لدينا."
|
||||
title="قائمتنا المختارة"
|
||||
description="تذوق طعم الفلافل الأصلي المحضر طازجاً على مدار الساعة."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "هل يتوفر لديكم توصيل؟",
|
||||
content: "نعم، نوفر خدمة توصيل سريعة وموثوقة لجميع مناطق البصرة.",
|
||||
},
|
||||
id: "1", title: "هل أنتم متاحون الآن؟", content: "نعم، مطبخ الأخوين يقدم خدماته على مدار 24 ساعة، طوال أيام الأسبوع."},
|
||||
{
|
||||
id: "2",
|
||||
title: "ما هي أوقات العمل؟",
|
||||
content: "نستقبل طلباتكم يومياً من الساعة ٨ صباحاً.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "هل يمكنني طلب الطعام مسبقاً؟",
|
||||
content: "نعم، نختص بالأكلات التي تطلب مسبقاً لضمان الجودة والطعم الطازج.",
|
||||
},
|
||||
id: "2", title: "أين موقعكم؟", content: "نحن متواجدون في البصرة، شارع جامع الكرناوي، بانتظاركم دائماً."},
|
||||
]}
|
||||
sideTitle="أسئلة شائعة"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"طلبات",
|
||||
"توصيل سريع",
|
||||
"بصرة فود",
|
||||
"مطاعم العراق",
|
||||
"خدمة النخبة",
|
||||
]}
|
||||
title="شركاؤنا في الخدمة"
|
||||
description="نتعاون مع أفضل منصات التوصيل لنضمن وصول طلبك إليك ساخناً."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="اتصل بنا"
|
||||
title="جاهز للطلب؟"
|
||||
description="تواصل معنا مباشرة عبر الهاتف أو اطلب عبر منصات التوصيل."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="تواصل معنا"
|
||||
title="زرنا في البصرة"
|
||||
description="شارع جامع الكرناوي، متاحون 24/7 لخدمتكم."
|
||||
buttons={[
|
||||
{
|
||||
text: "اتصل الآن: 07736000239",
|
||||
href: "tel:07736000239",
|
||||
},
|
||||
{
|
||||
text: "الطلب عبر طلبات",
|
||||
href: "https://talabat.com",
|
||||
},
|
||||
{ text: "اتصل بنا الآن: 07736000239", href: "tel:07736000239" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="مطبخ بصرتنا"
|
||||
leftLink={{
|
||||
text: "الخصوصية",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "جميع الحقوق محفوظة ٢٠٢٤",
|
||||
href: "#",
|
||||
}}
|
||||
logoText="مطبخ الأخوين"
|
||||
leftLink={{ text: "سياسة الخصوصية", href: "#" }}
|
||||
rightLink={{ text: "© 2025 جميع الحقوق محفوظة", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user