Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -176,15 +176,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
tag="تواصل معنا"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="تواصل معنا لطلبك الخاص"
|
||||
description="للمناسبات والحفلات، يسعدنا خدمتكم وتوصيل حلوياتنا الطازجة إلى باب منزلكم."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379555.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="أدخل رقم هاتفك أو إيميلك"
|
||||
buttonText="إرسال طلب"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user