Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2c2310c68 | |||
| 75e1aea02b |
@@ -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 ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
@@ -152,12 +152,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactSplit
|
||||||
|
title="Visit Us"
|
||||||
|
description="Come experience the warmth of our ovens. We're located in the heart of the city."
|
||||||
|
tag="Find Us"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Stay Updated"
|
imageSrc="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3506.7570258169623!2d77.21667087532398!3d28.50884617568551!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce11b412b3e83%3A0x675841075d9e7979!2sHanda%20Bakers!5e0!3m2!1sen!2sin!4v1715856983084!5m2!1sen!2sin"
|
||||||
description="Join our newsletter for fresh alerts and exclusive shop announcements."
|
|
||||||
tag="Newsletter"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user