|
|
|
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
@@ -184,10 +184,14 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterLogoReveal
|
|
|
|
<FooterBaseReveal
|
|
|
|
logoText="LuxuryParts"
|
|
|
|
logoText="LuxuryParts"
|
|
|
|
leftLink={{ text: "سياسة الخصوصية", href: "#" }}
|
|
|
|
columns={[
|
|
|
|
rightLink={{ text: "اتصل بنا", href: "#contact" }}
|
|
|
|
{ title: "عن الشركة", items: [{ label: "من نحن", href: "#about" }, { label: "رؤيتنا", href: "#" }] },
|
|
|
|
|
|
|
|
{ title: "الخدمات", items: [{ label: "المنتجات", href: "#products" }, { label: "الأسئلة الشائعة", href: "#faq" }] },
|
|
|
|
|
|
|
|
{ title: "المساعدة", items: [{ label: "تواصل معنا", href: "#contact" }, { label: "سياسة الخصوصية", href: "#" }] }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
copyrightText="© 2024 LuxuryParts. جميع الحقوق محفوظة."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
|