Merge version_1 into main #2
@@ -41,14 +41,14 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Best Second Hand Bikes in Purnia"
|
||||
description="Affordable, Verified & Ready to Ride Motorcycles. Trusted local dealer with quality bikes at unbeatable prices."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Local Trusted Dealer"
|
||||
tagIcon={Shield}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now: 079031 38860", href: "tel:07903138860" },
|
||||
{ text: "📩 Check Available Bikes", href: "#bikes" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg"
|
||||
imageAlt="Second hand motorcycles lineup at showroom"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user