Merge version_1 into main #2
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
text: "View 3D Model", href: "interactive"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7165.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7165.jpg"
|
||||
imageAlt="Lowered stance vehicle showcase"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -77,11 +77,11 @@ export default function LandingPage() {
|
||||
description="Tap on each component to learn detailed information and discover the most popular brands that car enthusiasts trust."
|
||||
features={[
|
||||
{
|
||||
title: "Suspension System", description: "The foundation of stance. Lowering springs and coilovers adjust ride height and handling characteristics.", imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-rear-shock-absorber-close-up_114579-348.jpg?_wi=1", imageAlt: "Suspension system components", buttonIcon: ChevronRight,
|
||||
title: "Suspension System", description: "The foundation of stance. Lowering springs and coilovers adjust ride height and handling characteristics.", imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-rear-shock-absorber-close-up_114579-348.jpg", imageAlt: "Suspension system components", buttonIcon: ChevronRight,
|
||||
buttonHref: "#suspension-details"
|
||||
},
|
||||
{
|
||||
title: "Custom Wheels", description: "Aftermarket wheels define the aesthetic. Wide, offset wheels are key to achieving the iconic stance look.", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-leather-jacket-holding-moto-helmet-sitting-car-s-wheel_613910-8147.jpg?_wi=1", imageAlt: "Custom wheel and tire setup", buttonIcon: ChevronRight,
|
||||
title: "Custom Wheels", description: "Aftermarket wheels define the aesthetic. Wide, offset wheels are key to achieving the iconic stance look.", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-leather-jacket-holding-moto-helmet-sitting-car-s-wheel_613910-8147.jpg", imageAlt: "Custom wheel and tire setup", buttonIcon: ChevronRight,
|
||||
buttonHref: "#wheel-details"
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
buttonHref: "#exhaust-details"
|
||||
},
|
||||
{
|
||||
title: "Brake System", description: "High-performance brakes ensure safety and control, essential for modified vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-garage_1170-1496.jpg?_wi=1", imageAlt: "Performance brake system", buttonIcon: ChevronRight,
|
||||
title: "Brake System", description: "High-performance brakes ensure safety and control, essential for modified vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-garage_1170-1496.jpg", imageAlt: "Performance brake system", buttonIcon: ChevronRight,
|
||||
buttonHref: "#brake-details"
|
||||
},
|
||||
{
|
||||
@@ -113,15 +113,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "suspension", brand: "Öhlins", name: "Coilover Suspension Kit", price: "Professional Grade", rating: 5,
|
||||
reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-rear-shock-absorber-close-up_114579-348.jpg?_wi=2", imageAlt: "Öhlins coilover suspension"
|
||||
reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-rear-shock-absorber-close-up_114579-348.jpg", imageAlt: "Öhlins coilover suspension"
|
||||
},
|
||||
{
|
||||
id: "wheels", brand: "Work Wheels", name: "Meister S1 Forged Wheels", price: "Premium Wheels", rating: 5,
|
||||
reviewCount: "8.3k", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-leather-jacket-holding-moto-helmet-sitting-car-s-wheel_613910-8147.jpg?_wi=2", imageAlt: "Work Meister S1 wheels"
|
||||
reviewCount: "8.3k", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-leather-jacket-holding-moto-helmet-sitting-car-s-wheel_613910-8147.jpg", imageAlt: "Work Meister S1 wheels"
|
||||
},
|
||||
{
|
||||
id: "brakes", brand: "Brembo", name: "GT Series Brake Kit", price: "Performance Braking", rating: 5,
|
||||
reviewCount: "9.7k", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-garage_1170-1496.jpg?_wi=2", imageAlt: "Brembo GT brake system"
|
||||
reviewCount: "9.7k", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-garage_1170-1496.jpg", imageAlt: "Brembo GT brake system"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -153,8 +153,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7165.jpg?_wi=2"
|
||||
imageAlt="Stance car footer background"
|
||||
videoSrc=""
|
||||
logoText="StanceCar"
|
||||
columns={[
|
||||
@@ -184,6 +182,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 StanceCar | Automotive Education Platform"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7165.jpg"
|
||||
imageAlt="Stance car footer background"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user