Merge version_1 into main #1
@@ -72,18 +72,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Paint Protection Film", description: "Protect your vehicle's finish with our premium ceramic-coated protection film that guards against scratches, chips, and UV damage for years to come.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32333.jpg", imageAlt: "Paint Protection Film - Phone 1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Paint Protection Film - Phone 2" }
|
||||
title: "Paint Protection Film", description: "Protect your vehicle's finish with our premium ceramic-coated protection film that guards against scratches, chips, and UV damage for years to come.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32333.jpg?_wi=1", imageAlt: "Paint Protection Film - Phone 1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=1", imageAlt: "Paint Protection Film - Phone 2" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Window Tinting", description: "Expert window tinting services that reduce heat, provide privacy, and enhance your vehicle's appearance with precision installation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14216.jpg", imageAlt: "Professional Window Tinting - Phone 1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/opening-door-modern-stylish-bearded-businessman-automobile-saloon_146671-16006.jpg", imageAlt: "Professional Window Tinting - Phone 2" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/opening-door-modern-stylish-bearded-businessman-automobile-saloon_146671-16006.jpg?_wi=1", imageAlt: "Professional Window Tinting - Phone 2" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Premium Auto Detailing", description: "Comprehensive interior and exterior detailing that restores your vehicle to showroom condition with meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26882.jpg", imageAlt: "Premium Auto Detailing - Phone 1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Premium Auto Detailing - Phone 2" }
|
||||
title: "Premium Auto Detailing", description: "Comprehensive interior and exterior detailing that restores your vehicle to showroom condition with meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26882.jpg?_wi=1", imageAlt: "Premium Auto Detailing - Phone 1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=2", imageAlt: "Premium Auto Detailing - Phone 2" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -103,10 +103,10 @@ export default function LandingPage() {
|
||||
tagIcon={ImageIcon}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "1", name: "Complete Paint Protection", price: "Full Vehicle", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Complete Paint Protection" },
|
||||
{ id: "2", name: "Window Tinting Service", price: "All Windows", imageSrc: "http://img.b2bpic.net/free-photo/opening-door-modern-stylish-bearded-businessman-automobile-saloon_146671-16006.jpg", imageAlt: "Window Tinting Service" },
|
||||
{ id: "3", name: "Premium Detailing", price: "Inside & Out", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26882.jpg", imageAlt: "Premium Detailing" },
|
||||
{ id: "4", name: "Full Package Service", price: "Ultimate Care", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Full Package Service" }
|
||||
{ id: "1", name: "Complete Paint Protection", price: "Full Vehicle", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=3", imageAlt: "Complete Paint Protection" },
|
||||
{ id: "2", name: "Window Tinting Service", price: "All Windows", imageSrc: "http://img.b2bpic.net/free-photo/opening-door-modern-stylish-bearded-businessman-automobile-saloon_146671-16006.jpg?_wi=2", imageAlt: "Window Tinting Service" },
|
||||
{ id: "3", name: "Premium Detailing", price: "Inside & Out", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26882.jpg?_wi=2", imageAlt: "Premium Detailing" },
|
||||
{ id: "4", name: "Full Package Service", price: "Ultimate Care", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=4", imageAlt: "Full Package Service" }
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
description="Experienced Professionals"
|
||||
subdescription="15+ years serving Saint-Hyacinthe"
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32333.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32333.jpg?_wi=2"
|
||||
imageAlt="Professional auto detailing expert"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -181,8 +181,8 @@ export default function LandingPage() {
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", value: "2,500+", title: "Vehicles Protected", description: "Successfully serviced since 2009", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Vehicles Protected" },
|
||||
{ id: "2", value: "98%", title: "Customer Satisfaction", description: "Repeat business and referrals", imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32333.jpg", imageAlt: "Customer Satisfaction" }
|
||||
{ id: "1", value: "2,500+", title: "Vehicles Protected", description: "Successfully serviced since 2009", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=5", imageAlt: "Vehicles Protected" },
|
||||
{ id: "2", value: "98%", title: "Customer Satisfaction", description: "Repeat business and referrals", imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32333.jpg?_wi=3", imageAlt: "Customer Satisfaction" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your vehicle or any specific requests...", rows: 4, required: false }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26882.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26882.jpg?_wi=3"
|
||||
imageAlt="Professional service team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user