Merge version_1 into main #2
@@ -69,17 +69,19 @@ 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", imageAlt: "Showroom interior"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -91,13 +93,17 @@ export default function LandingPage() {
|
||||
tag="Available Today"
|
||||
products={[
|
||||
{
|
||||
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: "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?_wi=2", 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", 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"},
|
||||
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"
|
||||
},
|
||||
{
|
||||
id: "4", name: "TVS Apache 160 2021", price: "₹75,000", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819791.jpg", imageAlt: "TVS Apache 160 2021 Model"},
|
||||
id: "4", name: "TVS Apache 160 2021", price: "₹75,000", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819791.jpg", imageAlt: "TVS Apache 160 2021 Model"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -117,16 +123,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", role: "Student", company: "Purnia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Rajesh Kumar customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Rajesh Kumar customer"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Singh", role: "Office Worker", company: "Maranga", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Priya Singh customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Priya Singh customer"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Patel", role: "Delivery Rider", company: "Barauni", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Amit Patel customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Amit Patel customer"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikas Sharma", role: "Small Business Owner", company: "Purnia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg", imageAlt: "Vikas Sharma customer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg", imageAlt: "Vikas Sharma customer"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Happy Customers" },
|
||||
@@ -155,7 +165,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bicycles-workshop_1170-2480.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bicycles-workshop_1170-2480.jpg"
|
||||
imageAlt="Chauhan Second Choice Showroom"
|
||||
logoText="Chauhan Second Choice | चौहान सेकंड चॉइस"
|
||||
copyrightText="© 2025 Chauhan Second Choice. All rights reserved. | Maranga, Purnia, Bihar"
|
||||
|
||||
Reference in New Issue
Block a user