Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -53,12 +53,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Professional car wash with premium shine" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg", imageAlt: "Expert exterior detailing and polishing" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Pristine interior cleaning and conditioning" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Paint protection and ceramic coating" },
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=1", imageAlt: "Professional car wash with premium shine" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg?_wi=1", imageAlt: "Expert exterior detailing and polishing" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Pristine interior cleaning and conditioning" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Paint protection and ceramic coating" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-car-rims_23-2148194113.jpg", imageAlt: "Detailed wheel and tire shine service" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Final detailing results showcase" }
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=2", imageAlt: "Final detailing results showcase" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -90,13 +90,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Exterior Detailing", description: "Complete exterior cleaning, clay bar treatment, and multi-stage polish for a mirror-like finish", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg", imageAlt: "Professional exterior car detailing"
|
||||
id: "1", title: "Exterior Detailing", description: "Complete exterior cleaning, clay bar treatment, and multi-stage polish for a mirror-like finish", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg?_wi=2", imageAlt: "Professional exterior car detailing"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Interior Detailing", description: "Deep cleaning of upholstery, carpets, dashboard conditioning, and odor elimination", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Expert interior car cleaning"
|
||||
id: "2", title: "Interior Detailing", description: "Deep cleaning of upholstery, carpets, dashboard conditioning, and odor elimination", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Expert interior car cleaning"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Paint Protection", description: "Ceramic coating application and paint sealant for long-lasting protection and shine", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Premium ceramic coating application"
|
||||
id: "3", title: "Paint Protection", description: "Ceramic coating application and paint sealant for long-lasting protection and shine", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Premium ceramic coating application"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user