Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e662a272f0 | |||
| 0cb421c174 | |||
| 58991a2881 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user