Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -11,7 +11,10 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -118,55 +121,50 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="تجربة تسوق لا تضاهى، جودة القطع وأصالتها تجعلني أعود دائماً لألفان. شكراً لكم على الرقي."
|
||||
rating={5}
|
||||
author="سارة المحمد"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", alt: "سارة" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashion-expert-worker-selecting-variety-trendy-items-client_482257-118401.jpg", alt: "نورة" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839615.jpg", alt: "فاطمة" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/women-clothing-store-square-flat-isolated-illustration_1284-57418.jpg", alt: "هند" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-portrait-woman_23-2150793881.jpg", alt: "سلوى" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="آراء عملائنا"
|
||||
cardTag="قصص نجاح"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "سارة المحمد", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg" },
|
||||
{ id: "t2", name: "نورة خالد", imageSrc: "http://img.b2bpic.net/free-photo/fashion-expert-worker-selecting-variety-trendy-items-client_482257-118401.jpg" },
|
||||
{ id: "t3", name: "فاطمة العتيبي", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839615.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "هل المنتجات أصلية؟", content: "نعم، جميع منتجاتنا أصلية 100% ومستوردة مباشرة من الوكلاء المعتمدين." },
|
||||
{ id: "f2", title: "سياسة الاسترجاع؟", content: "نوفر سياسة استرجاع مرنة خلال 14 يوماً من استلام الطلب." },
|
||||
{ id: "f3", title: "كيف أتواصل معكم؟", content: "يمكنكِ التواصل معنا عبر الواتساب أو البريد الإلكتروني في أي وقت." },
|
||||
]}
|
||||
sideTitle="أسئلة شائعة"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
<FaqDouble
|
||||
title="مركز مساعدة أنفال"
|
||||
description="إجابات على أكثر أسئلتك تكراراً"
|
||||
faqs={[
|
||||
{ id: "f1", title: "هل المنتجات أصلية؟", content: "نعم، جميع منتجاتنا أصلية 100% ومستوردة مباشرة من الوكلاء المعتمدين." },
|
||||
{ id: "f2", title: "سياسة الاسترجاع؟", content: "نوفر سياسة استرجاع مرنة خلال 14 يوماً من استلام الطلب." },
|
||||
{ id: "f3", title: "كيف أتواصل معكم؟", content: "يمكنكِ التواصل معنا عبر الواتساب أو البريد الإلكتروني في أي وقت." }
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="اتصل بنا"
|
||||
title="تواصل مع الفخامة"
|
||||
description="نحن هنا لخدمتكِ دائماً، لا تترددي في التواصل معنا لأي استفسار."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-fashion-store-design_23-2148767980.jpg"
|
||||
/>
|
||||
<ContactText
|
||||
text="هل تحتاجين لمساعدة شخصية؟ فريقنا هنا لخدمتكِ."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[{ text: "تواصلي معنا الآن" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="أنفال شوبينق"
|
||||
columns={[
|
||||
{ items: [{ label: "الرئيسية", href: "#nav" }, { label: "المنتجات", href: "#products" }] },
|
||||
{ items: [{ label: "اتصل بنا", href: "#contact" }, { label: "الأسئلة", href: "#faq" }] },
|
||||
]}
|
||||
/>
|
||||
<FooterBaseCard
|
||||
logoText="أنفال شوبينق"
|
||||
columns={[
|
||||
{ title: "التسوق", items: [{ label: "الرئيسية", href: "#nav" }, { label: "المتجر", href: "#products" }] },
|
||||
{ title: "الدعم", items: [{ label: "الأسئلة الشائعة", href: "#faq" }, { label: "اتصل بنا", href: "#contact" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user