From 2a966a50ea1957c23e6d5f0905063081efdd0d84 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:50:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5c959e..80fb2b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg?_wi=1", imageAlt: "Jay Khodiyar Motors Showroom" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2539.jpg?_wi=1", imageAlt: "Professional Workshop and Service Center" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg", imageAlt: "Jay Khodiyar Motors Showroom" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2539.jpg", imageAlt: "Professional Workshop and Service Center" } ]} mediaAnimation="slide-up" rating={5} ratingText="Trusted by local bike owners" - useInvertedBackground={false} /> @@ -72,12 +71,12 @@ export default function LandingPage() { features={[ { id: 1, - title: "New Two-Wheeler Sales", description: "Latest Hero models with flexible financing options and after-sales support.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg?_wi=1" } + title: "New Two-Wheeler Sales", description: "Latest Hero models with flexible financing options and after-sales support.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg" } }, { id: 2, - title: "Bike Servicing & Repair", description: "Professional servicing using genuine parts. Experienced technicians ensure your bike runs smoothly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2539.jpg?_wi=2" }, + title: "Bike Servicing & Repair", description: "Professional servicing using genuine parts. Experienced technicians ensure your bike runs smoothly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2539.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2375.jpg" } }, { @@ -117,10 +116,10 @@ export default function LandingPage() { description="Our commitment to excellence reflected in customer satisfaction and service reliability." metrics={[ { - id: "1", value: "2000+", title: "Bikes Serviced", description: "Happy customers every month", imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg?_wi=3", imageAlt: "Jay Khodiyar Motors Showroom" + id: "1", value: "2000+", title: "Bikes Serviced", description: "Happy customers every month", imageSrc: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg", imageAlt: "Jay Khodiyar Motors Showroom" }, { - id: "2", value: "10+", title: "Years Experience", description: "Trusted local business since 2014", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2539.jpg?_wi=3", imageAlt: "Professional Workshop" + id: "2", value: "10+", title: "Years Experience", description: "Trusted local business since 2014", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2539.jpg", imageAlt: "Professional Workshop" } ]} animationType="slide-up" @@ -137,7 +136,7 @@ export default function LandingPage() { title="Book Your Service Today" description="Schedule your bike service or repair in minutes. Same-day slots often available. We'll confirm via phone call." background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg" imageAlt="Professional bike servicing" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1