3 Commits

Author SHA1 Message Date
e662a272f0 Update src/app/styles/variables.css 2026-05-13 18:51:03 +00:00
0cb421c174 Update src/app/page.tsx 2026-05-13 18:51:03 +00:00
58991a2881 Merge version_1 into main
Merge version_1 into main
2026-05-13 18:48:52 +00:00
2 changed files with 17 additions and 41 deletions

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
@@ -171,48 +171,24 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="اتصل بنا"
<ContactCenter
tag="تواصل معنا"
title="هل لديك استفسار؟"
description="نحن هنا لخدمتك. تواصل معنا في مقرنا بالعامرية - شارع العمل الشعبي."
buttons={[
{
text: "تواصل عبر واتساب", href: "#"},
]}
background={{
variant: "sparkles-gradient"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterLogoReveal
logoText="شركة الاحجار الثمينة"
columns={[
{
title: "روابط سريعة", items: [
{
label: "الرئيسية", href: "/"},
{
label: "المنتجات", href: "#products"},
],
},
{
title: "العنوان", items: [
{
label: "العامرية، شارع العمل الشعبي", href: "#"},
],
},
{
title: "قانوني", items: [
{
label: "سياسة الخصوصية", href: "#"},
],
},
]}
leftLink={{ text: "الرئيسية", href: "/" }}
rightLink={{ text: "تواصل معنا", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfbfb;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #c5a059;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #d4af37;
--background-accent: #f3e5ab;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);