3 Commits

Author SHA1 Message Date
73eb411683 Update src/app/page.tsx 2026-06-10 06:30:58 +00:00
0fc935ecca Update src/app/page.tsx 2026-06-10 06:30:24 +00:00
7d1a176574 Merge version_3 into main
Merge version_3 into main
2026-06-10 06:27:00 +00:00

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/happy-senior-sportsman-feeling-motivated-while-listening-music-running-nature-copy-space_637285-3863.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/pleased-young-handsome-sporty-boy-wearing-headband-wristbands-with-dental-braces-standing-profile-view-holding-stretching-out-dumbbells-isolated-green-background-with-copy-space_141793-76915.jpg", alt: "Customer 4"},
src: "http://img.b2bpic.net/free-photo/pleased-young-handsome-sporty-boy-wearing-headband-wristbands-with-dental-braces-with-dental-braces-standing-profile-view-holding-stretching-out-dumbbells-isolated-green-background-with-copy-space_141793-76915.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/muscular-young-male-athlete-sitting-track-field-relaxing_23-2148162094.jpg", alt: "Sports customer avatar"},
]}
@@ -249,9 +249,9 @@ export default function LandingPage() {
text="Ready to Gear Up? Contact DHABALE SPORT Today!"
buttons={[
{
text: "Call Us: +9028265581", href: "tel:+919876543210"},
text: "Call Us: +919876543210", href: "tel:+919876543210"},
{
text: "ADDRESS - AMAR DHABALE GALLI,SHASTRI NAGER,TUMSAR.MAHARASHTRA 441912 - GO NOW ", href: "mailto:info@dhabalesport.com"},
text: "Email Us", href: "mailto:info@dhabalesport.com"},
]}
/>
</div>
@@ -299,4 +299,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}