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