Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87239c6d23 | |||
| 5b7d1b356c | |||
| a395aee0d0 | |||
| f2c2310c68 | |||
| 75e1aea02b |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -152,23 +152,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<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}
|
||||
background={{ variant: "plain" }}
|
||||
title="Stay Updated"
|
||||
description="Join our newsletter for fresh alerts and exclusive shop announcements."
|
||||
tag="Newsletter"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/milk-eggs-bowl-cereals-cheese-flour-walnuts-white-wooden-table_23-2147972703.jpg"
|
||||
<FooterLogoReveal
|
||||
logoText="Handa Bakers"
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "Menu", href: "#products" }, { label: "About Us", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
leftLink={{ text: "Handa Bakers © 2025" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user