6 Commits

Author SHA1 Message Date
a8dd8f7ed2 Merge version_2 into main
Merge version_2 into main
2026-05-05 05:45:31 +00:00
e7633d7fd9 Update src/app/styles/variables.css 2026-05-05 05:45:28 +00:00
e0e58f4203 Update src/app/page.tsx 2026-05-05 05:45:27 +00:00
e453d567eb Merge version_1 into main
Merge version_1 into main
2026-05-05 05:42:18 +00:00
7ff530e657 Merge version_1 into main
Merge version_1 into main
2026-05-05 05:41:54 +00:00
7eb0451587 Merge version_1 into main
Merge version_1 into main
2026-05-05 05:41:24 +00:00
2 changed files with 10 additions and 6 deletions

View File

@@ -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,10 +184,14 @@ 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>

View File

@@ -11,7 +11,7 @@
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #d4af37;
--primary-cta-text: #000000;