From 29614bdc01871550ff560aedf5d8f85a70453fb3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:04:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2262ee..485c434 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,14 +41,14 @@ export default function LandingPage() { @@ -62,13 +62,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Verified Used Bikes", description: "Every motorcycle is thoroughly checked and verified before sale to ensure quality and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/tbilisi-views-old-city-motor-scooter-against-background-old-church-tourism-travel-georgia-idea-screensaver-background_166373-3100.jpg?_wi=1", imageAlt: "Verified motorcycle inspection"}, + title: "Verified Used Bikes", description: "Every motorcycle is thoroughly checked and verified before sale to ensure quality and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/tbilisi-views-old-city-motor-scooter-against-background-old-church-tourism-travel-georgia-idea-screensaver-background_166373-3100.jpg", imageAlt: "Verified motorcycle inspection"}, { id: 2, - title: "Affordable Prices", description: "Best prices in Purnia for quality second-hand bikes. Transparent pricing with no hidden charges.", imageSrc: "http://img.b2bpic.net/free-photo/sexy-biker-girl-wearing-black-leather-jacket-posing-her-superbike-outside-building-sunny-day_613910-19345.jpg?_wi=1", imageAlt: "Affordable pricing guarantee"}, + title: "Affordable Prices", description: "Best prices in Purnia for quality second-hand bikes. Transparent pricing with no hidden charges.", imageSrc: "http://img.b2bpic.net/free-photo/sexy-biker-girl-wearing-black-leather-jacket-posing-her-superbike-outside-building-sunny-day_613910-19345.jpg", imageAlt: "Affordable pricing guarantee"}, { id: 3, - title: "Local Trusted Dealer", description: "Operating in Maranga, Purnia for years. Trusted by hundreds of customers with 3.1+ Google rating.", imageSrc: "http://img.b2bpic.net/free-photo/blue-vintage-motorcycle_158595-1904.jpg?_wi=1", imageAlt: "Local dealership in Purnia"}, + title: "Local Trusted Dealer", description: "Operating in Maranga, Purnia for years. Trusted by hundreds of customers with 3.1+ Google rating.", imageSrc: "http://img.b2bpic.net/free-photo/blue-vintage-motorcycle_158595-1904.jpg", imageAlt: "Local dealership in Purnia"}, ]} /> @@ -84,13 +84,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Hero", name: "Splendor", price: "₹45,000", rating: 4, - reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/tbilisi-views-old-city-motor-scooter-against-background-old-church-tourism-travel-georgia-idea-screensaver-background_166373-3100.jpg?_wi=2", imageAlt: "Hero Splendor motorcycle"}, + reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/tbilisi-views-old-city-motor-scooter-against-background-old-church-tourism-travel-georgia-idea-screensaver-background_166373-3100.jpg", imageAlt: "Hero Splendor motorcycle"}, { id: "2", brand: "Bajaj", name: "Pulsar 150", price: "₹52,000", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/sexy-biker-girl-wearing-black-leather-jacket-posing-her-superbike-outside-building-sunny-day_613910-19345.jpg?_wi=2", imageAlt: "Bajaj Pulsar motorcycle"}, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/sexy-biker-girl-wearing-black-leather-jacket-posing-her-superbike-outside-building-sunny-day_613910-19345.jpg", imageAlt: "Bajaj Pulsar motorcycle"}, { id: "3", brand: "Honda", name: "CD Dream", price: "₹48,000", rating: 4, - reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/blue-vintage-motorcycle_158595-1904.jpg?_wi=2", imageAlt: "Honda CD Dream motorcycle"}, + reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/blue-vintage-motorcycle_158595-1904.jpg", imageAlt: "Honda CD Dream motorcycle"}, ]} /> @@ -102,7 +102,7 @@ export default function LandingPage() { tag="About Chauhan Second Choice" tagIcon={Info} buttons={[{ text: "Send Inquiry", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg" imageAlt="Chauhan Second Choice showroom" useInvertedBackground={true} /> @@ -138,7 +138,7 @@ export default function LandingPage() { title="Looking for a Budget Bike?" description="Contact us today to find your perfect motorcycle. Call, message, or visit our showroom in Maranga, Purnia." tagIcon={Phone} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} buttonText="Send Inquiry" inputPlaceholder="Enter your phone number" -- 2.49.1