Update src/app/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
name: "Contact", id: "contact"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/modern-motorcycle-emblem-template-design_474888-2512.jpg"
|
||||
logoAlt="Motoride Motors Logo"
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Explore Bikes", href: "#products"},
|
||||
{
|
||||
text: "Book a Test Ride", href: "#contact"},
|
||||
text: "Book a Test Ride", href: "#contact"}
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-riding-motorcycle_23-2150868289.jpg", imageAlt: "Man Riding Motorbike"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motocross-rider-in-action_23-2149320649.jpg", imageAlt: "Motocross Action"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motocross-rider-in-action_23-2149320649.jpg", imageAlt: "Motocross Action"}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
label: "Riders on the Road", value: "50K+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Performance Awards", value: "30+"},
|
||||
label: "Performance Awards", value: "30+"}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Advanced Braking Systems", description: "Command ultimate control with state-of-the-art ABS and traction control systems, ensuring safety and confidence in every stop.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-front-wheel-motorcycle-with-brake-disc-detail_23-2149646465.jpg", imageAlt: "Advanced Braking System"},
|
||||
{
|
||||
title: "Aerodynamic Design", description: "Sleek, aggressive, and wind-tunnel optimized designs not only look stunning but also enhance stability and speed.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-motorcycle-parked-middle-road-surrounded-by-trees_181624-34351.jpg", imageAlt: "Aerodynamic Motorbike Design"},
|
||||
title: "Aerodynamic Design", description: "Sleek, aggressive, and wind-tunnel optimized designs not only look stunning but also enhance stability and speed.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-motorcycle-parked-middle-road-surrounded-by-trees_181624-34351.jpg", imageAlt: "Aerodynamic Motorbike Design"}
|
||||
]}
|
||||
title="Advanced Performance. Unmatched Ride."
|
||||
description="Every Motoride Motors bike is a masterpiece of engineering, combining power, precision, and unparalleled rider experience."
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "phantom-cafe-racer", name: "Phantom Cafe Racer", price: "$14,000", variant: "Vintage Blue", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-man-riding-motorcycle-isolated-black-background_155003-46325.jpg", imageAlt: "Phantom Cafe Racer"},
|
||||
{
|
||||
id: "apex-adventure-tourer", name: "Apex Adventure Tourer", price: "$22,000", variant: "Desert Sand", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-rider-wearing-a-helmet-sitting-on-a-motorcycle-in-a-field_23-2151522857.jpg", imageAlt: "Apex Adventure Tourer"},
|
||||
id: "apex-adventure-tourer", name: "Apex Adventure Tourer", price: "$22,000", variant: "Desert Sand", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-rider-wearing-a-helmet-sitting-on-a-motorcycle-in-a-field_23-2151522857.jpg", imageAlt: "Apex Adventure Tourer"}
|
||||
]}
|
||||
title="Find Your Perfect Machine"
|
||||
description="From urban commuters to track-ready sportbikes, explore our diverse range designed for every rider's dream."
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
title: "Safety Features", value: "5-Star"},
|
||||
{
|
||||
id: "satisfaction", icon: Smile,
|
||||
title: "Rider Satisfaction", value: "97%"},
|
||||
title: "Rider Satisfaction", value: "97%"}
|
||||
]}
|
||||
title="Performance That Dominates"
|
||||
description="Our commitment to engineering translates into bikes that consistently outperform."
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", title: "Stylish Urban Commuter", quote: "The City Commuter 300 is perfect for my daily ride. It's nimble, efficient, and looks fantastic. Navigating traffic has never been this enjoyable.", name: "Sophia H.", role: "Urban Commuter", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-riding-motorcycle_23-2149638426.jpg", imageAlt: "Sophia H."},
|
||||
{
|
||||
id: "5", title: "Timeless Classic with Modern Punch", quote: "My Phantom Cafe Racer combines vintage aesthetics with modern performance. It's a head-turner and a joy to ride. Motoride Motors delivered big!", name: "Liam F.", role: "Cafe Racer Fan", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-his-motorcycle_23-2149285038.jpg", imageAlt: "Liam F."},
|
||||
id: "5", title: "Timeless Classic with Modern Punch", quote: "My Phantom Cafe Racer combines vintage aesthetics with modern performance. It's a head-turner and a joy to ride. Motoride Motors delivered big!", name: "Liam F.", role: "Cafe Racer Fan", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-his-motorcycle_23-2149285038.jpg", imageAlt: "Liam F."}
|
||||
]}
|
||||
title="Hear What Our Riders Say"
|
||||
description="Real experiences from enthusiasts who live the Motoride Motors difference."
|
||||
@@ -204,9 +204,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What warranty do your motorbikes come with?", content: "All Motoride Motors bikes come with a comprehensive 2-year manufacturer's warranty. Extended warranty options are also available. Please check our warranty page for full terms."},n {
|
||||
id: "faq-2", title: "Do you offer test rides?", content: "Yes, we encourage test rides! You can book a test ride appointment through our website or by contacting your nearest Motoride Motors dealership. Valid motorcycle license required."},n {
|
||||
id: "faq-3", title: "What maintenance is required for your motorbikes?", content: "Routine maintenance schedules vary by model. We provide a detailed owner's manual with every purchase, outlining service intervals and recommended care to ensure optimal performance and longevity."},n ]}
|
||||
id: "faq-1", title: "What warranty do your motorbikes come with?", content: "All Motoride Motors bikes come with a comprehensive 2-year manufacturer's warranty. Extended warranty options are also available. Please check our warranty page for full terms."
|
||||
},
|
||||
{
|
||||
id: "faq-2", title: "Do you offer test rides?", content: "Yes, we encourage test rides! You can book a test ride appointment through our website or by contacting your nearest Motoride Motors dealership. Valid motorcycle license required."
|
||||
},
|
||||
{
|
||||
id: "faq-3", title: "What maintenance is required for your motorbikes?", content: "Routine maintenance schedules vary by model. We provide a detailed owner's manual with every purchase, outlining service intervals and recommended care to ensure optimal performance and longevity."
|
||||
}
|
||||
]}
|
||||
sideTitle="Your Questions, Our Expertise"
|
||||
sideDescription="Find detailed answers to frequently asked questions about our motorbikes, services, and policies."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -224,7 +230,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Email Sales", href: "mailto:sales@motoridemotors.com"},
|
||||
{
|
||||
text: "Call Us", href: "tel:+1-800-MOTORIDE"},
|
||||
text: "Call Us", href: "tel:+1-800-MOTORIDE"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user