diff --git a/src/app/page.tsx b/src/app/page.tsx index f6744a9..f1ac09d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,13 +69,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Verified", title: "Verified Used Bikes", subtitle: "Every motorcycle inspected", description: "All bikes are thoroughly checked by our experienced mechanics before listing. We guarantee the quality and condition of each vehicle, so you can buy with complete confidence.", imageSrc: "http://img.b2bpic.net/free-photo/bicycles-workshop_1170-2480.jpg", imageAlt: "Showroom interior"}, + tag: "Verified", title: "Verified Used Bikes", subtitle: "Every motorcycle inspected", description: "All bikes are thoroughly checked by our experienced mechanics before listing. We guarantee the quality and condition of each vehicle, so you can buy with complete confidence.", imageSrc: "http://img.b2bpic.net/free-photo/bicycles-workshop_1170-2480.jpg?_wi=1", imageAlt: "Showroom interior"}, { id: 2, - tag: "Affordable", title: "Affordable Pricing", subtitle: "Budget-friendly options", description: "We offer the best prices in Purnia for second-hand motorcycles. No hidden charges, transparent pricing, and flexible payment options available.", imageSrc: "http://img.b2bpic.net/free-photo/red-motor-biking-road_114579-5071.jpg", imageAlt: "Red motorcycle on road"}, + tag: "Affordable", title: "Affordable Pricing", subtitle: "Budget-friendly options", description: "We offer the best prices in Purnia for second-hand motorcycles. No hidden charges, transparent pricing, and flexible payment options available.", imageSrc: "http://img.b2bpic.net/free-photo/red-motor-biking-road_114579-5071.jpg?_wi=1", imageAlt: "Red motorcycle on road"}, { id: 3, - tag: "Local", title: "Local Trusted Dealer", subtitle: "Serving Purnia since years", description: "We're a local dealership committed to serving our community. Easy pickup, home delivery available, and quick documentation process.", imageSrc: "http://img.b2bpic.net/free-photo/bicycles-workshop_1170-2480.jpg", imageAlt: "Showroom interior"}, + tag: "Local", title: "Local Trusted Dealer", subtitle: "Serving Purnia since years", description: "We're a local dealership committed to serving our community. Easy pickup, home delivery available, and quick documentation process.", imageSrc: "http://img.b2bpic.net/free-photo/bicycles-workshop_1170-2480.jpg?_wi=2", imageAlt: "Showroom interior"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -93,7 +93,7 @@ export default function LandingPage() { { id: "1", name: "Hero Splendor 2019", price: "₹45,000", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-with-cool-motorcycle_23-2150742835.jpg", imageAlt: "Hero Splendor 2019 Model"}, { - id: "2", name: "Bajaj Pulsar 150 2020", price: "₹62,000", imageSrc: "http://img.b2bpic.net/free-photo/red-motor-biking-road_114579-5071.jpg", imageAlt: "Bajaj Pulsar 150 2020 Model"}, + id: "2", name: "Bajaj Pulsar 150 2020", price: "₹62,000", imageSrc: "http://img.b2bpic.net/free-photo/red-motor-biking-road_114579-5071.jpg?_wi=2", imageAlt: "Bajaj Pulsar 150 2020 Model"}, { id: "3", name: "Honda CD110 2018", price: "₹48,000", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-biker-riding-motorcycle-along-road_1098-19091.jpg", imageAlt: "Honda CD110 2018 Model"}, { @@ -155,7 +155,7 @@ export default function LandingPage() {