Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "المنيو",
|
||||
id: "bestsellers",
|
||||
},
|
||||
name: "المنيو", id: "bestsellers"},
|
||||
{
|
||||
name: "قصتنا",
|
||||
id: "story",
|
||||
},
|
||||
name: "قصتنا", id: "story"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "contact",
|
||||
},
|
||||
name: "تواصل معنا", id: "contact"},
|
||||
]}
|
||||
brandName="Peculiar Coffee"
|
||||
/>
|
||||
@@ -54,83 +46,52 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="بكيولر كوفي.. مو بس قهوة تجربة تحب ترجع لها"
|
||||
description="أفضل ماتشا في تبوك. حلويات مصنوعة بحب وتفاصيل تفرق."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "تقييم العميل",
|
||||
},
|
||||
value: "4.9", label: "تقييم العميل"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "طعم غير تقليدي",
|
||||
},
|
||||
value: "100%", label: "طعم غير تقليدي"},
|
||||
{
|
||||
value: "تذوق",
|
||||
label: "حب وتفاصيل",
|
||||
},
|
||||
value: "تذوق", label: "حب وتفاصيل"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
href: "#bestsellers",
|
||||
},
|
||||
text: "اطلب الآن", href: "#bestsellers"},
|
||||
{
|
||||
text: "تصفح المنيو",
|
||||
href: "#bestsellers",
|
||||
},
|
||||
text: "تصفح المنيو", href: "#bestsellers"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-green-matcha-tea-white-table_181624-1311.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-green-matcha-tea-white-table_181624-1311.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-tea-cups-plants_23-2148786660.jpg",
|
||||
alt: "Top view tea cups and plants",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-tea-cups-plants_23-2148786660.jpg", alt: "Top view tea cups and plants"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-matcha-tea-glasses-tray_23-2148378939.jpg",
|
||||
alt: "Front view of matcha tea in glasses on tray",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-matcha-tea-glasses-tray_23-2148378939.jpg", alt: "Front view of matcha tea in glasses on tray"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/matcha-tea-cup-with-wooden-spoon-fabric_23-2148378844.jpg",
|
||||
alt: "Matcha tea in cup with wooden spoon and fabric",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/matcha-tea-cup-with-wooden-spoon-fabric_23-2148378844.jpg", alt: "Matcha tea in cup with wooden spoon and fabric"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163382.jpg",
|
||||
alt: "Man drinking matcha tea",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163382.jpg", alt: "Man drinking matcha tea"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163348.jpg",
|
||||
alt: "Man drinking matcha tea",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163348.jpg", alt: "Man drinking matcha tea"},
|
||||
]}
|
||||
avatarText="انضموا لأكثر من 5000+ عميل سعيد"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "ماتشا طازجة يومياً",
|
||||
type: "text", text: "ماتشا طازجة يومياً"},
|
||||
{
|
||||
type: "text-icon", text: "خدمة سريعة", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "خدمة سريعة",
|
||||
icon: Coffee,
|
||||
type: "text", text: "حلويات مبتكرة"},
|
||||
{
|
||||
type: "text-icon", text: "مكونات فاخرة", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "حلويات مبتكرة",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "مكونات فاخرة",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "أجواء دافئة",
|
||||
},
|
||||
type: "text", text: "أجواء دافئة"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,26 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "ماتشا استثنائية",
|
||||
description: "موزونة، غنية، وبنكهات مبتكرة مثل المانجو والتوت.",
|
||||
tag: "طعم غني",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cups-herbs_23-2148786659.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "ماتشا استثنائية", description: "موزونة، غنية، وبنكهات مبتكرة مثل المانجو والتوت.", tag: "طعم غني", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cups-herbs_23-2148786659.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "حلويات ما تُنسى",
|
||||
description: "سويسرول، كيكة العسل، ماتيلدا… طعم وشكل يفتح النفس.",
|
||||
tag: "فن التقديم",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-coffee-with-desert-tartlets-with-cream-orange-side-view_141793-4190.jpg?_wi=1",
|
||||
},
|
||||
id: "f2", title: "حلويات ما تُنسى", description: "سويسرول، كيكة العسل، ماتيلدا… طعم وشكل يفتح النفس.", tag: "فن التقديم", imageSrc: "http://img.b2bpic.net/free-photo/man-having-coffee-with-desert-tartlets-with-cream-orange-side-view_141793-4190.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "خدمة فيها روح",
|
||||
description: "ابتسامة، لطف، وتجربة تخليك ترجع لنا مرة وثانية وثالثة.",
|
||||
tag: "موظفات عسل",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-girl-texting-message-lunch-balcony-elegant-young-woman-sitting-terrace-with-croissant-tea_197531-11379.jpg?_wi=1",
|
||||
},
|
||||
id: "f3", title: "خدمة فيها روح", description: "ابتسامة، لطف، وتجربة تخليك ترجع لنا مرة وثانية وثالثة.", tag: "موظفات عسل", imageSrc: "http://img.b2bpic.net/free-photo/pleasant-girl-texting-message-lunch-balcony-elegant-young-woman-sitting-terrace-with-croissant-tea_197531-11379.jpg"},
|
||||
]}
|
||||
title="ليش بكيولر مختلف؟"
|
||||
description="نقدم شيء مختلف فعلاً، القهوة مو بس مشروب، هي مزاج ولحظة."
|
||||
@@ -170,46 +116,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="bestsellers" data-section="bestsellers">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "ماتشا مانجو",
|
||||
price: "24 ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-beverage-orange-slices_23-2148437027.jpg",
|
||||
},
|
||||
id: "p1", name: "ماتشا مانجو", price: "24 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-beverage-orange-slices_23-2148437027.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "ماتشا توت",
|
||||
price: "24 ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-smoothie-glass-with-copy-space_23-2148526533.jpg",
|
||||
},
|
||||
id: "p2", name: "ماتشا توت", price: "24 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-smoothie-glass-with-copy-space_23-2148526533.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "كيكة العسل",
|
||||
price: "22 ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113697.jpg",
|
||||
},
|
||||
id: "p3", name: "كيكة العسل", price: "22 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113697.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "سويسرول",
|
||||
price: "18 ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffins-served-with-cup-black-tea_140725-5777.jpg",
|
||||
},
|
||||
id: "p4", name: "سويسرول", price: "18 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffins-served-with-cup-black-tea_140725-5777.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "آيس كريم التوت",
|
||||
price: "20 ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-paint-mixed-with-soft-textured-creamy-foam-background_23-2148078897.jpg",
|
||||
},
|
||||
id: "p5", name: "آيس كريم التوت", price: "20 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/pink-paint-mixed-with-soft-textured-creamy-foam-background_23-2148078897.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "ماتيلدا",
|
||||
price: "25 ر.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg",
|
||||
},
|
||||
id: "p6", name: "ماتيلدا", price: "25 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/top-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12945.jpg"},
|
||||
]}
|
||||
title="الأكثر مبيعاً"
|
||||
description="جرب النكهات اللي حبوها عملائنا وما يتركونها."
|
||||
@@ -221,14 +144,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "حكاية بكيولر",
|
||||
},
|
||||
type: "text", content: "حكاية بكيولر"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188015.jpg",
|
||||
alt: "cafe vibe",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188015.jpg", alt: "cafe vibe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -239,50 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "تجربة رائعة",
|
||||
quote: "ألذ ماتشا في تبوك بدون مبالغة!",
|
||||
name: "نورة",
|
||||
role: "عميلة دائمة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-drink_23-2149356018.jpg",
|
||||
imageAlt: "High angle hands holding delicious drink",
|
||||
},
|
||||
id: "t1", title: "تجربة رائعة", quote: "ألذ ماتشا في تبوك بدون مبالغة!", name: "نورة", role: "عميلة دائمة", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-delicious-drink_23-2149356018.jpg", imageAlt: "High angle hands holding delicious drink"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "مبدعين",
|
||||
quote: "الحلا عندهم فوق الخيال، يبيض الوجه.",
|
||||
name: "سارة",
|
||||
role: "عميلة دائمة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-green-matcha-tea-white-table_181624-1311.jpg?_wi=2",
|
||||
imageAlt: "High angle hands holding delicious drink",
|
||||
},
|
||||
id: "t2", title: "مبدعين", quote: "الحلا عندهم فوق الخيال، يبيض الوجه.", name: "سارة", role: "عميلة دائمة", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-green-matcha-tea-white-table_181624-1311.jpg", imageAlt: "High angle hands holding delicious drink"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "خدمة ممتازة",
|
||||
quote: "أخلاق الموظفات تجنن، يخلونك تحب المكان.",
|
||||
name: "ليلى",
|
||||
role: "عميلة دائمة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cups-herbs_23-2148786659.jpg?_wi=2",
|
||||
imageAlt: "High angle hands holding delicious drink",
|
||||
},
|
||||
id: "t3", title: "خدمة ممتازة", quote: "أخلاق الموظفات تجنن، يخلونك تحب المكان.", name: "ليلى", role: "عميلة دائمة", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-cups-herbs_23-2148786659.jpg", imageAlt: "High angle hands holding delicious drink"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "تكرار الزيارة",
|
||||
quote: "الماتشا بالمانجو خيال، كل يومين أجي.",
|
||||
name: "مها",
|
||||
role: "عميلة دائمة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-coffee-with-desert-tartlets-with-cream-orange-side-view_141793-4190.jpg?_wi=2",
|
||||
imageAlt: "High angle hands holding delicious drink",
|
||||
},
|
||||
id: "t4", title: "تكرار الزيارة", quote: "الماتشا بالمانجو خيال، كل يومين أجي.", name: "مها", role: "عميلة دائمة", imageSrc: "http://img.b2bpic.net/free-photo/man-having-coffee-with-desert-tartlets-with-cream-orange-side-view_141793-4190.jpg", imageAlt: "High angle hands holding delicious drink"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "مميز",
|
||||
quote: "أفضل مكان للجلسة والهدوء، كل شيء مثالي.",
|
||||
name: "دانه",
|
||||
role: "عميلة دائمة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-girl-texting-message-lunch-balcony-elegant-young-woman-sitting-terrace-with-croissant-tea_197531-11379.jpg?_wi=2",
|
||||
imageAlt: "High angle hands holding delicious drink",
|
||||
},
|
||||
id: "t5", title: "مميز", quote: "أفضل مكان للجلسة والهدوء، كل شيء مثالي.", name: "دانه", role: "عميلة دائمة", imageSrc: "http://img.b2bpic.net/free-photo/pleasant-girl-texting-message-lunch-balcony-elegant-young-woman-sitting-terrace-with-croissant-tea_197531-11379.jpg", imageAlt: "High angle hands holding delicious drink"},
|
||||
]}
|
||||
title="قالوا عنا"
|
||||
description="نسعد دائماً بكلماتكم اللطيفة وتجربتكم المميزة."
|
||||
@@ -293,14 +176,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="مستعدة تجرب شيء مختلف؟ زورنا اليوم أو اطلب عبر الواتساب."
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن عبر الواتساب",
|
||||
href: "https://wa.me/966XXXXXXXXX",
|
||||
},
|
||||
text: "اطلب الآن عبر الواتساب", href: "https://wa.me/966XXXXXXXXX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -309,25 +189,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "تواصل معنا",
|
||||
items: [
|
||||
title: "تواصل معنا", items: [
|
||||
{
|
||||
label: "إنستقرام",
|
||||
href: "https://instagram.com/peculiar.coffee",
|
||||
},
|
||||
label: "إنستقرام", href: "https://instagram.com/peculiar.coffee"},
|
||||
{
|
||||
label: "واتساب",
|
||||
href: "https://wa.me/966XXXXXXXXX",
|
||||
},
|
||||
label: "واتساب", href: "https://wa.me/966XXXXXXXXX"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "الموقع",
|
||||
items: [
|
||||
title: "الموقع", items: [
|
||||
{
|
||||
label: "خريطة جوجل",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "خريطة جوجل", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user