diff --git a/src/app/page.tsx b/src/app/page.tsx index 633cee8..40d77f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} @@ -169,9 +169,9 @@ export default function LandingPage() { { id: "prod-4", name: "Advanced Tennis Racket", price: "₹5,299", variant: "Carbon Fiber", imageSrc: "http://img.b2bpic.net/free-photo/still-life-perfectly-ordered-fitness-gym-accessories_52683-100703.jpg", imageAlt: "3D rendered advanced tennis racket"}, { - id: "prod-5", name: "Swim Goggles Elite", price: "₹1,299", variant: "Anti-Fog Clear", imageSrc: "http://img.b2bpic.net/free-photo/diving-equipment-white-towel_23-2147640564.jpg", imageAlt: "3D rendered elite swim goggles"}, + id: "prod-5", name: "Swim Goggles Elite", price: "₹1,299", variant: "Anti-Fog Clear", imageSrc: "http://img.b2bpic.net/free-photo/diving-equipment-white-towel_23-2147640564.jpg", alt: "3D rendered elite swim goggles"}, { - id: "prod-6", name: "Breathable Running T-Shirt", price: "₹1,599", variant: "Quick Dry Green", imageSrc: "http://img.b2bpic.net/free-vector/t-shirt-poster-design-with-illustration-runner-rain_1284-36863.jpg", imageAlt: "3D rendered breathable running t-shirt"}, + id: "prod-6", name: "Breathable Running T-Shirt", price: "₹1,599", variant: "Quick Dry Green", imageSrc: "http://img.b2bpic.net/free-vector/t-shirt-poster-design-with-illustration-runner-rain_1284-36863.jpg", alt: "3D rendered breathable running t-shirt"}, ]} title="Our Premium Sports Collection" description="Browse our latest collection of sports objects and apparel, designed for optimal performance and style. Get ready to play!" @@ -212,7 +212,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg", imageAlt: "Vikram Patel, basketball player"}, { id: "test-5", name: "Neha Gupta", handle: "@neha.yogini", testimonial: "Love my new yoga mat from DHABALE SPORT! It's super comfortable and great quality. Will definitely shop again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061415.jpg", imageAlt: "Neha Gupta, yoga practitioner"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061415.jpg", alt: "Neha Gupta, yoga practitioner"}, ]} showRating={true} title="What Our Customers Say" @@ -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"}, ]} /> @@ -299,4 +299,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file