Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 750aa6347c | |||
| 11cad4168d |
@@ -11,7 +11,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { ShieldCheck, Facebook, Instagram, Twitter, Youtube } from "lucide-react";
|
import { ShieldCheck, Facebook, Instagram, Twitter, Youtube, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const assetMap = {
|
const assetMap = {
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Team", id: "#team" },
|
{ name: "Team", id: "#team" },
|
||||||
{ name: "Contact", id: "#contact" }
|
{ name: "Contact", id: "#contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "WhatsApp Now", href: "https://wa.me/XXXXXXXXXX" }}
|
button={{ text: "WhatsApp Now", href: "https://wa.me/7982525137" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" data-section="hero" >
|
<div id="hero" data-section="hero" >
|
||||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
enableKpiAnimation={false}
|
enableKpiAnimation={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "WhatsApp Now", href: "https://wa.me/XXXXXXXXXX" }
|
{ text: "WhatsApp Now", href: "https://wa.me/7982525137" }
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: resolveAsset("asset://avatar-1"), alt: "Happy gym member" },
|
{ src: resolveAsset("asset://avatar-1"), alt: "Happy gym member" },
|
||||||
@@ -139,6 +139,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Testimonial Highlights", href: "https://www.instagram.com/stories/highlights/18039879304782617/" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="team" data-section="team" >
|
<div id="team" data-section="team" >
|
||||||
@@ -172,7 +175,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact" >
|
<div id="contact" data-section="contact" >
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Ready to Start Your Transformation?"
|
title="Ready to Start Your Transformation?"
|
||||||
description="Get in touch with us today to learn more about our programs, schedule a gym visit, or connect with a trainer. Your journey to a stronger, more confident you begins here."
|
description="Get in touch with us today to learn more about our programs, schedule a gym visit, or connect with a trainer. Your journey to a stronger, more confident you begins here.\n\n**Location:** Ground Floor, 191, Tikona Park Rd, near Dagar Chowk, Shahpur Jat, Siri Fort, New Delhi, Delhi 110049, India.\n**Contact for appointments, calls, and WhatsApp:** 7982525137, 7827840037"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
@@ -191,8 +194,9 @@ export default function LandingPage() {
|
|||||||
logoText="D9 FITNESS"
|
logoText="D9 FITNESS"
|
||||||
copyrightText="© 2024 D9 Fitness. All rights reserved."
|
copyrightText="© 2024 D9 Fitness. All rights reserved."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Facebook, href: "https://facebook.com/d9fitness", ariaLabel: "Facebook" },
|
{ icon: Facebook, href: "https://www.facebook.com/d9fitness/", ariaLabel: "Facebook" },
|
||||||
{ icon: Instagram, href: "https://instagram.com/d9fitness", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://www.instagram.com/d9fitnesss/", ariaLabel: "Instagram" },
|
||||||
|
{ icon: Star, href: "https://share.google/hre1f84MkXQDnwTY0", ariaLabel: "Google Reviews" },
|
||||||
{ icon: Twitter, href: "https://twitter.com/d9fitness", ariaLabel: "Twitter" },
|
{ icon: Twitter, href: "https://twitter.com/d9fitness", ariaLabel: "Twitter" },
|
||||||
{ icon: Youtube, href: "https://youtube.com/d9fitness", ariaLabel: "YouTube" }
|
{ icon: Youtube, href: "https://youtube.com/d9fitness", ariaLabel: "YouTube" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user