Update src/app/page.tsx
This commit is contained in:
177
src/app/page.tsx
177
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "عن العلامة",
|
||||
id: "about",
|
||||
},
|
||||
name: "عن العلامة", id: "about"},
|
||||
{
|
||||
name: "المنتجات",
|
||||
id: "products",
|
||||
},
|
||||
name: "المنتجات", id: "products"},
|
||||
{
|
||||
name: "التواصل",
|
||||
id: "contact",
|
||||
},
|
||||
name: "التواصل", id: "contact"},
|
||||
]}
|
||||
brandName="Al Saqi & The Loqma"
|
||||
/>
|
||||
@@ -54,71 +46,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="بوكس اللمة يحلي لمتكم"
|
||||
description="تجربة فريدة من الحلويات والمثلجات التي تجمع العائلة والأصدقاء في لحظات لا تُنسى. جودة عالية ومذاق لا يقاوم."
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "اطلب الآن", href: "#contact"},
|
||||
{
|
||||
text: "شاهد المنيو",
|
||||
href: "#products",
|
||||
},
|
||||
text: "شاهد المنيو", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-different-nation-sweets_23-2149192091.jpg"
|
||||
imageAlt="Iraqi Dessert Platter"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tea-set-with-sweets-lemon-jams_141793-17615.jpg",
|
||||
alt: "Tea set",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tea-set-with-sweets-lemon-jams_141793-17615.jpg", alt: "Tea set"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dessert-assortment-with-cake-slice-donut-flaky-cookies-ornate-tray-marble-surface_114579-25648.jpg",
|
||||
alt: "Dessert tray",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/dessert-assortment-with-cake-slice-donut-flaky-cookies-ornate-tray-marble-surface_114579-25648.jpg", alt: "Dessert tray"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-space_140725-79717.jpg",
|
||||
alt: "Cup of tea",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-space_140725-79717.jpg", alt: "Cup of tea"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg",
|
||||
alt: "Tea and lemon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-white-desk_140725-79721.jpg", alt: "Tea and lemon"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-celebrating-christmas-southern-hemisphere_23-2149172604.jpg",
|
||||
alt: "Family gathering",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-celebrating-christmas-southern-hemisphere_23-2149172604.jpg", alt: "Family gathering"},
|
||||
]}
|
||||
avatarText="ينصح به أكثر من 500+ عميل"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "جودة فاخرة",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "جودة فاخرة", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "مكونات طبيعية",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "مكونات طبيعية", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "توصيل سريع",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "توصيل سريع", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "طعم أصيل",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "طعم أصيل", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "خدمة مميزة",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "خدمة مميزة", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -139,41 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "الساقي",
|
||||
name: "بوكس اللمة",
|
||||
price: "25,000 د.ع",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-macarons-box_53876-30972.jpg",
|
||||
},
|
||||
id: "p1", brand: "الساقي", name: "بوكس اللمة", price: "25,000 د.ع", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/people-holding-macarons-box_53876-30972.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "الساقي",
|
||||
name: "آيس كريم الساقي",
|
||||
price: "10,000 د.ع",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg",
|
||||
},
|
||||
id: "p2", brand: "الساقي", name: "آيس كريم الساقي", price: "10,000 د.ع", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "الساقي",
|
||||
name: "اللقمة الساخنة",
|
||||
price: "12,000 د.ع",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mash-filled-with-herbs-tomatoes_140725-3784.jpg",
|
||||
},
|
||||
id: "p3", brand: "الساقي", name: "اللقمة الساخنة", price: "12,000 د.ع", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/mash-filled-with-herbs-tomatoes_140725-3784.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "الساقي",
|
||||
name: "وافل وكريب",
|
||||
price: "15,000 د.ع",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-topping_23-2148468106.jpg",
|
||||
},
|
||||
id: "p4", brand: "الساقي", name: "وافل وكريب", price: "15,000 د.ع", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-topping_23-2148468106.jpg"},
|
||||
]}
|
||||
title="قائمة الضيافة الفاخرة"
|
||||
description="استكشف تشكيلتنا المختارة بعناية من الحلويات واللقمة."
|
||||
@@ -182,44 +125,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "أحمد علي",
|
||||
handle: "@ahmedali",
|
||||
testimonial: "تجربة رائعة وطعم لا ينسى، البوكسات مثالية للجمعات.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
},
|
||||
id: "1", name: "أحمد علي", handle: "@ahmedali", testimonial: "تجربة رائعة وطعم لا ينسى، البوكسات مثالية للجمعات.", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "سارة محمد",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "أفضل آيس كريم في العراق، خدمة ممتازة وتغليف فاخر.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
id: "2", name: "سارة محمد", handle: "@sarah_m", testimonial: "أفضل آيس كريم في العراق، خدمة ممتازة وتغليف فاخر.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "خالد حسن",
|
||||
handle: "@khalid_h",
|
||||
testimonial: "اللقمة الساخنة هي المفضل عندي، طعم أصيل ومذاق عالي.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
},
|
||||
id: "3", name: "خالد حسن", handle: "@khalid_h", testimonial: "اللقمة الساخنة هي المفضل عندي، طعم أصيل ومذاق عالي.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "نور الهدى",
|
||||
handle: "@noor_huda",
|
||||
testimonial: "كل مرة أطلب فيها أكون راضية، جودة المكونات واضحة جداً.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg",
|
||||
},
|
||||
id: "4", name: "نور الهدى", handle: "@noor_huda", testimonial: "كل مرة أطلب فيها أكون راضية، جودة المكونات واضحة جداً.", imageSrc: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "عمر محمود",
|
||||
handle: "@omar_m",
|
||||
testimonial: "شكراً لجمال التقديم ولذة الحلويات، دائماً خياري الأول.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg",
|
||||
},
|
||||
id: "5", name: "عمر محمود", handle: "@omar_m", testimonial: "شكراً لجمال التقديم ولذة الحلويات، دائماً خياري الأول.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg"},
|
||||
]}
|
||||
title="ماذا يقول عملاؤنا عنا"
|
||||
description="نحن فخورون بكوننا جزءاً من مناسباتكم السعيدة."
|
||||
@@ -232,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "هل يوجد توصيل للمناطق البعيدة؟",
|
||||
content: "نعم، نوفر خدمات التوصيل لمعظم مناطق بغداد والمحافظات القريبة.",
|
||||
},
|
||||
id: "f1", title: "هل يوجد توصيل للمناطق البعيدة؟", content: "نعم، نوفر خدمات التوصيل لمعظم مناطق بغداد والمحافظات القريبة."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "كيف يمكنني طلب بوكسات الجمعات؟",
|
||||
content: "يمكنك الطلب مباشرة عبر الواتساب أو من خلال صفحتنا على إنستغرام.",
|
||||
},
|
||||
id: "f2", title: "كيف يمكنني طلب بوكسات الجمعات؟", content: "يمكنك الطلب مباشرة عبر الواتساب أو من خلال صفحتنا على إنستغرام."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "هل المنتجات طازجة يومياً؟",
|
||||
content: "نعم، نلتزم بتحضير كافة الحلويات والمثلجات طازجة بشكل يومي.",
|
||||
},
|
||||
id: "f3", title: "هل المنتجات طازجة يومياً؟", content: "نعم، نلتزم بتحضير كافة الحلويات والمثلجات طازجة بشكل يومي."},
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -257,18 +167,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="تواصل معنا لطلب ضيافتك المميزة. فريقنا جاهز لخدمتكم دائماً عبر الواتساب أو زيارة موقعنا."
|
||||
buttons={[
|
||||
{
|
||||
text: "تواصل عبر الواتساب",
|
||||
href: "https://wa.me/964...",
|
||||
},
|
||||
text: "تواصل عبر الواتساب", href: "https://wa.me/964..."},
|
||||
{
|
||||
text: "تابعنا على إنستغرام",
|
||||
href: "https://instagram.com/alsaqi",
|
||||
},
|
||||
text: "تابعنا على إنستغرام", href: "https://instagram.com/alsaqi"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -280,14 +185,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/alsaqi",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/alsaqi", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+964...",
|
||||
ariaLabel: "Phone",
|
||||
},
|
||||
href: "tel:+964...", ariaLabel: "Phone"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user