Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 11:53:49 +00:00

View File

@@ -11,7 +11,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
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() {
const assetMap = {
@@ -49,7 +49,7 @@ export default function LandingPage() {
{ name: "Team", id: "#team" },
{ name: "Contact", id: "#contact" }
]}
button={{ text: "WhatsApp Now", href: "https://wa.me/XXXXXXXXXX" }}
button={{ text: "WhatsApp Now", href: "https://wa.me/7982525137" }}
/>
</div>
<div id="hero" data-section="hero" >
@@ -64,7 +64,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={false}
buttons={[
{ text: "WhatsApp Now", href: "https://wa.me/XXXXXXXXXX" }
{ text: "WhatsApp Now", href: "https://wa.me/7982525137" }
]}
avatars={[
{ src: resolveAsset("asset://avatar-1"), alt: "Happy gym member" },
@@ -139,6 +139,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "View Testimonial Highlights", href: "https://www.instagram.com/stories/highlights/18039879304782617/" }
]}
/>
</div>
<div id="team" data-section="team" >
@@ -172,7 +175,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact" >
<ContactSplitForm
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={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
@@ -191,8 +194,9 @@ export default function LandingPage() {
logoText="D9 FITNESS"
copyrightText="© 2024 D9 Fitness. All rights reserved."
socialLinks={[
{ icon: Facebook, href: "https://facebook.com/d9fitness", ariaLabel: "Facebook" },
{ icon: Instagram, href: "https://instagram.com/d9fitness", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://www.facebook.com/d9fitness/", ariaLabel: "Facebook" },
{ 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: Youtube, href: "https://youtube.com/d9fitness", ariaLabel: "YouTube" }
]}