Update src/app/page.tsx
This commit is contained in:
238
src/app/page.tsx
238
src/app/page.tsx
@@ -32,66 +32,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
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: "testimonials" },
|
||||
{ name: "تواصل معنا", id: "contact" },
|
||||
]}
|
||||
brandName="غيمـ"
|
||||
button={{ text: "اطلب الآن", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="غيمـ | قهوة مختصة"
|
||||
description="تجربة قهوة فاخرة... نكهات استثنائية تبدأ من أول رشفة."
|
||||
tag="تجربة فريدة"
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "اطلب الآن", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-prepares-espresso-from-coffee-machine-caf_23-2148209260.jpg",
|
||||
imageAlt: "specialty coffee beans dark mood",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-hot-water_23-2148865612.jpg",
|
||||
imageAlt: "specialty coffee beans dark mood",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-10442.jpg",
|
||||
imageAlt: "Hand holding hot coffee cup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-coffee-beans-coffee-scoop-isolated-black-background_181624-22428.jpg",
|
||||
imageAlt: "Vertical shot of coffee beans in a coffee scoop isolated on a black background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-warm-drink_23-2149134393.jpg",
|
||||
imageAlt: "Close up on young adult enjoying warm drink",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-barista-prepares-espresso-from-coffee-machine-caf_23-2148209260.jpg", imageAlt: "specialty coffee beans dark mood" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-hot-water_23-2148865612.jpg", imageAlt: "specialty coffee beans dark mood" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,21 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="من نحن"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "جودة مختارة",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "أصناف مميزة",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "عميل سعيد",
|
||||
value: "5k+",
|
||||
},
|
||||
{ icon: Award, label: "جودة مختارة", value: "100%" },
|
||||
{ icon: Coffee, label: "أصناف مميزة", value: "20+" },
|
||||
{ icon: Smile, label: "عميل سعيد", value: "5k+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -131,42 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "ماتشا",
|
||||
price: "22 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "آيس بلاك كوفي",
|
||||
price: "18 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "كوكيز كندر",
|
||||
price: "15 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "فلات وايت",
|
||||
price: "20 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-coffee-wooden-table-cafe_53876-31852.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "كرواسون طازج",
|
||||
price: "12 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-coffee-beans-honey-dipper-high-angle-view-plaster-cutting-board_176474-8151.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "كابتشينو",
|
||||
price: "20 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648693.jpg",
|
||||
},
|
||||
{ id: "1", name: "ماتشا", price: "22 ريال", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg" },
|
||||
{ id: "2", name: "آيس بلاك كوفي", price: "18 ريال", imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg" },
|
||||
{ id: "3", name: "كوكيز كندر", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg" },
|
||||
]}
|
||||
title="قائمتنا المميزة"
|
||||
description="استكشف تشكيلتنا المختارة بعناية من القهوة والمشروبات الباردة والحلويات."
|
||||
@@ -179,46 +95,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "سارة",
|
||||
handle: "@sarah",
|
||||
testimonial: "تجربة استثنائية، الماتشا بنكهة جوز الهند لا تفوت!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "خالد",
|
||||
handle: "@khalid",
|
||||
testimonial: "القهوة السوداء هنا هي الأفضل، أجواء المكان هادئة ومميزة.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "نورة",
|
||||
handle: "@noura",
|
||||
testimonial: "الكوكيز ساخنة ولذيذة جداً، أنصح الجميع بتجربتها.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-drinks-prepared-drink-cafe-girl-with-drink_169016-64603.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "أحمد",
|
||||
handle: "@ahmed",
|
||||
testimonial: "أسعار ممتازة وجودة قهوة مختصة حقيقية.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-are-sitting-cafe-drinking-milkshakes_169016-3345.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "ليلى",
|
||||
handle: "@laila",
|
||||
testimonial: "أفضل مكان للاسترخاء، كل شيء هنا مصنوع بشغف.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-silver-rings-holds-glass-matcha-latte_197531-18177.jpg",
|
||||
},
|
||||
{ id: "1", name: "سارة", handle: "@sarah", testimonial: "تجربة استثنائية، الماتشا بنكهة جوز الهند لا تفوت!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg" },
|
||||
{ id: "2", name: "خالد", handle: "@khalid", testimonial: "القهوة السوداء هنا هي الأفضل، أجواء المكان هادئة ومميزة.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="آراء عملائنا"
|
||||
@@ -231,21 +109,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "جودة عالية",
|
||||
description: "نستخدم أفضل حبوب القهوة المختارة بعناية لضمان أفضل طعم.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg",
|
||||
},
|
||||
{
|
||||
title: "أسعار مناسبة",
|
||||
description: "نؤمن بأن القهوة الفاخرة يجب أن تكون في متناول الجميع.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake-chocolate_1388-249.jpg",
|
||||
},
|
||||
{
|
||||
title: "أجواء مريحة",
|
||||
description: "صممنا مكاننا ليكون وجهتك المفضلة للعمل أو الاستراحة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barman-with-cocktail_181624-75.jpg",
|
||||
},
|
||||
{ title: "جودة عالية", description: "نستخدم أفضل حبوب القهوة المختارة بعناية لضمان أفضل طعم.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354579.jpg" },
|
||||
{ title: "أسعار مناسبة", description: "نؤمن بأن القهوة الفاخرة يجب أن تكون في متناول الجميع.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake-chocolate_1388-249.jpg" },
|
||||
]}
|
||||
title="لماذا غيمـ؟"
|
||||
description="نحن نهتم بأدق التفاصيل لنقدم لك تجربة قهوة لا تُنسى."
|
||||
@@ -256,13 +121,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"قهوة القمة",
|
||||
"نخبة القهوة",
|
||||
"محاصيل العالمية",
|
||||
"روستري العربية",
|
||||
"أجود البن",
|
||||
]}
|
||||
names={["قهوة القمة", "نخبة القهوة", "محاصيل العالمية"]}
|
||||
title="شركاء النجاح"
|
||||
description="نحن فخورون بالتعاون مع أفضل موردي القهوة في العالم."
|
||||
/>
|
||||
@@ -272,21 +131,8 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "هل تقدمون خدمات التوصيل؟",
|
||||
content: "نعم، نوفر التوصيل عبر تطبيقات التوصيل المعروفة.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "هل يوجد خيارات حليب نباتي؟",
|
||||
content: "نعم، نوفر حليب اللوز، الصويا، والشوفان.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "هل يمكن استضافة مناسبات؟",
|
||||
content: "نعم، نسعد باستضافة مناسباتكم الصغيرة في أجواء غيم.",
|
||||
},
|
||||
{ id: "1", title: "هل تقدمون خدمات التوصيل؟", content: "نعم، نوفر التوصيل عبر تطبيقات التوصيل المعروفة." },
|
||||
{ id: "2", title: "هل يوجد خيارات حليب نباتي؟", content: "نعم، نوفر حليب اللوز، الصويا، والشوفان." },
|
||||
]}
|
||||
sideTitle="هل لديك استفسار؟"
|
||||
sideDescription="إليك إجابات لأكثر الأسئلة تكراراً لدى عملائنا."
|
||||
@@ -297,9 +143,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="تواصل معنا"
|
||||
title="مستعد لتجربة مختلفة؟"
|
||||
description="انضم إلى قائمة بريدنا الإلكتروني للحصول على أحدث العروض والمنتجات."
|
||||
@@ -311,38 +155,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "القائمة",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "عن غيم",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "الشروط والأحكام",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "تواصل معنا",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "الرئيسية", href: "/" }, { label: "القائمة", href: "#products" }] },
|
||||
{ items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "تواصل معنا", href: "#contact" }] },
|
||||
]}
|
||||
logoText="غيمـ"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user