4 Commits

Author SHA1 Message Date
b9bedf6224 Update src/app/page.tsx 2026-05-22 08:59:57 +00:00
d756f03e74 Update src/app/page.tsx 2026-05-22 08:56:59 +00:00
32da66dd2e Merge version_1 into main
Merge version_1 into main
2026-05-22 08:52:30 +00:00
54e62a0bcc Merge version_1 into main
Merge version_1 into main
2026-05-22 08:51:59 +00:00

View File

@@ -101,7 +101,7 @@ export default function LandingPage() {
{
title: "Supportive Community", description: "A gym where discipline is encouraged."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205542.jpg"
imageSrc="https://img.b2bpic.net/free-photo/weights-exercise-weightlifter-strong-athletic_1139-709.jpg?id=1052591"
mediaAnimation="slide-up"
/>
</div>
@@ -250,10 +250,10 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "gradient-bars"}}
text="Start your journey with us today."
text="Call us at 07769969492 or visit us at HW6M+J2 Kharadi, Pune, Maharashtra to start your journey today."
buttons={[
{
text: "Contact Us", href: "mailto:info@pehellwaangym.com"},
text: "Contact Us", href: "https://www.google.com/maps/place/Pehellwaan+Gym"},
]}
/>
</div>
@@ -284,4 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}