Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8dd8f7ed2 | |||
| e7633d7fd9 | |||
| e0e58f4203 | |||
| e453d567eb | |||
| 7ff530e657 | |||
| 7eb0451587 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
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 InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
@@ -184,13 +184,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterBaseReveal
|
||||
logoText="LuxuryParts"
|
||||
leftLink={{ text: "سياسة الخصوصية", href: "#" }}
|
||||
rightLink={{ text: "اتصل بنا", href: "#contact" }}
|
||||
columns={[
|
||||
{ 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>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #000000;
|
||||
|
||||
Reference in New Issue
Block a user