Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2e428807a | |||
| a3d0b004ea | |||
| b51442adaa | |||
| 18c3416686 | |||
| d747a660c7 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -176,15 +176,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactCenter
|
||||||
tag="تواصل معنا"
|
tag="تواصل معنا"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="تواصل معنا لطلبك الخاص"
|
title="تواصل معنا لطلبك الخاص"
|
||||||
description="للمناسبات والحفلات، يسعدنا خدمتكم وتوصيل حلوياتنا الطازجة إلى باب منزلكم."
|
description="للمناسبات والحفلات، يسعدنا خدمتكم وتوصيل حلوياتنا الطازجة إلى باب منزلكم."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379555.jpg"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
inputPlaceholder="أدخل رقم هاتفك أو إيميلك"
|
inputPlaceholder="أدخل رقم هاتفك أو إيميلك"
|
||||||
buttonText="إرسال طلب"
|
buttonText="إرسال طلب"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #fbf8f5;
|
||||||
--card: #efe7dd;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #3d2b1f;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #8b5a2b;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #f6f0e9;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #f1ede8;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #2b180a;
|
||||||
--accent: #94877c;
|
--accent: #d4a373;
|
||||||
--background-accent: #afa094;
|
--background-accent: #e6dcd1;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user