Merge version_2 into main #4
@@ -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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -139,38 +139,37 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
tag="Get Started"
|
||||
title="Start Your Fitness Journey Today"
|
||||
description="Get a free fitness consultation and plan designed for your goals."
|
||||
inputPlaceholder="Enter your phone number"
|
||||
buttonText="Get Free Fitness Plan"
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
title="Get in Touch"
|
||||
description="We are located in Arumbakkam. Reach out for any inquiries or to book your session."
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gym-background-concept_23-2148943343.jpg"
|
||||
imageAlt="Contact"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBaseCard
|
||||
logoText="Sweatout Fitness"
|
||||
columns={[
|
||||
{
|
||||
title: "Sweatout Fitness", items: [
|
||||
{ label: "Arumbakkam, Chennai" },
|
||||
{ label: "084283 32407" },
|
||||
title: "Location", items: [
|
||||
{ label: "Arumbakkam, Chennai", href: "#" },
|
||||
{ label: "084283 32407", href: "tel:08428332407" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Sat: Morning - 12 PM" },
|
||||
{ label: "Mon-Sat: 4 PM onwards" },
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Sweatout Fitness. All rights reserved."
|
||||
bottomRightText="Privacy Policy"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user