From 750aa6347c05a8983cc85ca832c7e60fb615a17d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:53:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a49eec..098b8e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} />
@@ -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/" } + ]} />
@@ -172,7 +175,7 @@ export default function LandingPage() {