Merge version_1 into main #3
@@ -55,11 +55,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg", imageAlt: "Modified luxury SUV with glitch effect" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-mechanism-used-closing-opening-car-door_482257-108090.jpg", imageAlt: "Carbon fiber body kit detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-interior_23-2148194124.jpg", imageAlt: "Premium leather interior customization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg", imageAlt: "Custom performance exhaust system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/metallic-cog-gear-wheel-symbol-dark-background-design_1017-60248.jpg", imageAlt: "Forged custom wheels" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=1", imageAlt: "Modified luxury SUV with glitch effect" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-mechanism-used-closing-opening-car-door_482257-108090.jpg?_wi=1", imageAlt: "Carbon fiber body kit detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-interior_23-2148194124.jpg?_wi=1", imageAlt: "Premium leather interior customization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg?_wi=1", imageAlt: "Custom performance exhaust system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/metallic-cog-gear-wheel-symbol-dark-background-design_1017-60248.jpg?_wi=1", imageAlt: "Forged custom wheels" }
|
||||
]}
|
||||
ariaLabel="AutoMarc Delhi hero section showcasing luxury vehicle modifications"
|
||||
/>
|
||||
@@ -77,37 +77,37 @@ export default function LandingPage() {
|
||||
id: "widebody", title: "Widebody Kits", descriptions: [
|
||||
"Custom-fabricated body extensions for aggressive stance", "Carbon fiber construction with precision fitment", "Enhanced aerodynamics with visual presence"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-mechanism-used-closing-opening-car-door_482257-108090.jpg", imageAlt: "Widebody kit carbon fiber detail"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-mechanism-used-closing-opening-car-door_482257-108090.jpg?_wi=2", imageAlt: "Widebody kit carbon fiber detail"
|
||||
},
|
||||
{
|
||||
id: "interior", title: "Interior Customization", descriptions: [
|
||||
"Bespoke leather and luxury material selections", "Hand-stitched premium upholstery craftsmanship", "Personalized trim and accent options"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-interior_23-2148194124.jpg", imageAlt: "Premium leather interior customization"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-interior_23-2148194124.jpg?_wi=2", imageAlt: "Premium leather interior customization"
|
||||
},
|
||||
{
|
||||
id: "exhaust", title: "Performance Exhaust", descriptions: [
|
||||
"Titanium and forged alloy construction", "Enhanced sound signature and power output", "Precision-engineered flow dynamics"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg", imageAlt: "Custom performance exhaust system"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg?_wi=2", imageAlt: "Custom performance exhaust system"
|
||||
},
|
||||
{
|
||||
id: "tuning", title: "Engine Tuning", descriptions: [
|
||||
"ECU remapping for optimal performance gains", "Turbocharger enhancements and calibration", "Comprehensive power delivery optimization"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-background-close-up_23-2148882600.jpg", imageAlt: "High-performance engine tuning"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-background-close-up_23-2148882600.jpg?_wi=1", imageAlt: "High-performance engine tuning"
|
||||
},
|
||||
{
|
||||
id: "wheels", title: "Custom Wheels", descriptions: [
|
||||
"Forged aluminum for strength and minimal weight", "Bespoke design matching your vehicle aesthetic", "Premium finish options: matte, gloss, or custom"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/metallic-cog-gear-wheel-symbol-dark-background-design_1017-60248.jpg", imageAlt: "Forged custom wheel design"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/metallic-cog-gear-wheel-symbol-dark-background-design_1017-60248.jpg?_wi=2", imageAlt: "Forged custom wheel design"
|
||||
},
|
||||
{
|
||||
id: "aerodynamics", title: "Aerodynamic Enhancement", descriptions: [
|
||||
"Carbon fiber splitters and diffusers", "Wind tunnel tested for performance gains", "Aggressive styling with functional benefits"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car-with-white-background_181624-25460.jpg", imageAlt: "Aerodynamic body kit showcase"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car-with-white-background_181624-25460.jpg?_wi=1", imageAlt: "Aerodynamic body kit showcase"
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
description="AutoMarc Delhi Modifications"
|
||||
subdescription="Okhla Phase III, New Delhi — Since 2018"
|
||||
icon={Wrench}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=2"
|
||||
imageAlt="AutoMarc Delhi workshop facility"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
@@ -142,13 +142,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "+450", title: "Horsepower Gains", description: "Through precision engine tuning and optimization", imageSrc: "http://img.b2bpic.net/free-photo/technological-background-close-up_23-2148882600.jpg", imageAlt: "High-performance engine tuning"
|
||||
id: "1", value: "+450", title: "Horsepower Gains", description: "Through precision engine tuning and optimization", imageSrc: "http://img.b2bpic.net/free-photo/technological-background-close-up_23-2148882600.jpg?_wi=2", imageAlt: "High-performance engine tuning"
|
||||
},
|
||||
{
|
||||
id: "2", value: "20+", title: "Wheel Options", description: "Custom forged designs for every vision", imageSrc: "http://img.b2bpic.net/free-vector/metallic-cog-gear-wheel-symbol-dark-background-design_1017-60248.jpg", imageAlt: "Forged custom wheel designs"
|
||||
id: "2", value: "20+", title: "Wheel Options", description: "Custom forged designs for every vision", imageSrc: "http://img.b2bpic.net/free-vector/metallic-cog-gear-wheel-symbol-dark-background-design_1017-60248.jpg?_wi=3", imageAlt: "Forged custom wheel designs"
|
||||
},
|
||||
{
|
||||
id: "3", value: "-200", title: "Aerodynamic Drag", description: "Performance improvement in coefficient", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car-with-white-background_181624-25460.jpg", imageAlt: "Aerodynamic enhancement showcase"
|
||||
id: "3", value: "-200", title: "Aerodynamic Drag", description: "Performance improvement in coefficient", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car-with-white-background_181624-25460.jpg?_wi=2", imageAlt: "Aerodynamic enhancement showcase"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user