From 50227f1bfe0e34fe17b9eaacc07b544f020fcdb1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:20:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b822f7..ec3fe4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,21 +70,21 @@ export default function LandingPage() { features={[ { title: "Professional Cricket Nets", description: "High-quality turf and practice nets suitable for all ages.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940903.jpg", imageAlt: "Cricket Nets"}, + imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940903.jpg?_wi=1", imageAlt: "Cricket Nets"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940903.jpg", imageAlt: "Cricket Nets"} + imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940903.jpg?_wi=2", imageAlt: "Cricket Nets"} }, { title: "Multi-Purpose Turf", description: "Versatile field space designed for football and varied sport training.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-feet-football-stadium-sunny-day_23-2148203691.jpg", imageAlt: "Football Turf"}, + imageSrc: "http://img.b2bpic.net/free-photo/football-player-feet-football-stadium-sunny-day_23-2148203691.jpg?_wi=1", imageAlt: "Football Turf"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-feet-football-stadium-sunny-day_23-2148203691.jpg", imageAlt: "Football Turf"} + imageSrc: "http://img.b2bpic.net/free-photo/football-player-feet-football-stadium-sunny-day_23-2148203691.jpg?_wi=2", imageAlt: "Football Turf"} }, { title: "Fitness & Training Zone", description: "Modern equipment to enhance your strength and agility.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg", imageAlt: "Gym Facility"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg?_wi=1", imageAlt: "Gym Facility"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg", imageAlt: "Gym Facility"} + imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg?_wi=2", imageAlt: "Gym Facility"} } ]} showStepNumbers={false} @@ -104,19 +104,19 @@ export default function LandingPage() { "Full facility access", "Flexible timings"], button: { text: "Book Now"}, - imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg", imageAlt: "gym workout area sports club"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg?_wi=3", imageAlt: "gym workout area sports club"}, { id: "monthly", title: "Monthly Membership", price: "₹3,500", period: "/month", features: [ "Unlimited access", "Priority booking", "Locker access"], button: { text: "Book Now"}, - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg", imageAlt: "happy athlete portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg?_wi=1", imageAlt: "happy athlete portrait"}, { id: "annual", title: "Annual Pro", price: "₹35,000", period: "/year", features: [ "Full access", "Dedicated trainer sessions", "Priority bookings"], button: { text: "Book Now"}, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-turquoise-bowling-ball_23-2148344419.jpg", imageAlt: "customer sports club happy"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-turquoise-bowling-ball_23-2148344419.jpg?_wi=1", imageAlt: "customer sports club happy"}, ]} title="Flexible Membership Plans" description="We offer transparent pricing to suit every athlete's commitment level." @@ -131,10 +131,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Vikram R.", handle: "@vikram_sport", testimonial: "Excellent cricket nets and very well-maintained turf. Best place to practice in the area!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg?_wi=2"}, { id: "2", name: "Priya S.", handle: "@priya_fit", testimonial: "The fitness zone has everything I need for my daily training. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-turquoise-bowling-ball_23-2148344419.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-turquoise-bowling-ball_23-2148344419.jpg?_wi=2"}, { id: "3", name: "Arjun K.", handle: "@arjun_cricket", testimonial: "Great facilities and friendly management. Always helpful.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-listening-music-dark-wall_176420-663.jpg"}, -- 2.49.1