Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 04:02:53 +00:00
2 changed files with 1378 additions and 11 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193617.jpg", imageAlt: "Luxury car with professional shine"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193617.jpg?_wi=1", imageAlt: "Luxury car with professional shine"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26883.jpg", imageAlt: "Professional interior car cleaning"
@@ -88,18 +88,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Exterior Detailing", description: "Professional wash, clay bar treatment, polishing, and waxing to restore your car's brilliant shine and protect the paint.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36577.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36577.jpg" }
title: "Exterior Detailing", description: "Professional wash, clay bar treatment, polishing, and waxing to restore your car's brilliant shine and protect the paint.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36577.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36577.jpg?_wi=2" }
},
{
id: 2,
title: "Interior Cleaning", description: "Deep vacuum, upholstery cleaning, dashboard conditioning, and air freshening for a spotless, fresh cabin.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212255.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212255.jpg" }
title: "Interior Cleaning", description: "Deep vacuum, upholstery cleaning, dashboard conditioning, and air freshening for a spotless, fresh cabin.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212255.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212255.jpg?_wi=2" }
},
{
id: 3,
title: "Ceramic Coating", description: "Advanced nano-ceramic protection that locks in shine and provides long-lasting defense against environmental contaminants.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg" }
title: "Ceramic Coating", description: "Advanced nano-ceramic protection that locks in shine and provides long-lasting defense against environmental contaminants.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=2" }
}
]}
animationType="slide-up"
@@ -151,16 +151,16 @@ export default function LandingPage() {
tag="Our Advantages"
products={[
{
id: "1", name: "Expert Technicians", price: "Industry Certified", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36577.jpg", imageAlt: "Expert technicians"
id: "1", name: "Expert Technicians", price: "Industry Certified", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36577.jpg?_wi=3", imageAlt: "Expert technicians"
},
{
id: "2", name: "Premium Products", price: "Professional Grade", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212255.jpg", imageAlt: "Premium products"
id: "2", name: "Premium Products", price: "Professional Grade", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212255.jpg?_wi=3", imageAlt: "Premium products"
},
{
id: "3", name: "Attention to Detail", price: "Perfection Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg", imageAlt: "Attention to detail"
id: "3", name: "Attention to Detail", price: "Perfection Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=3", imageAlt: "Attention to detail"
},
{
id: "4", name: "Flexible Scheduling", price: "Your Convenience", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193617.jpg", imageAlt: "Flexible scheduling"
id: "4", name: "Flexible Scheduling", price: "Your Convenience", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193617.jpg?_wi=2", imageAlt: "Flexible scheduling"
}
]}
gridVariant="four-items-2x2-equal-grid"