Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 01:56:50 +00:00

View File

@@ -56,27 +56,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Car Owner", company: "Altona Meadows", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", role: "Business Owner", company: "Fleet Manager", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", role: "Professional", company: "Melbourne", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", role: "Car Enthusiast", company: "Premium Vehicle Owner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"
},
{
id: "5", name: "Jessica Martinez", role: "Uber Driver", company: "Professional Driver", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez"
},
{
id: "6", name: "James Thompson", role: "Tradie", company: "Van Owner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Thompson"
}
]}
title="Trusted by Melbourne Car Owners"
@@ -133,15 +133,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Dotspot Detailing", name: "Premium Vehicle Restoration", price: "From $199", rating: 5,
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", imageAlt: "Before and after detailing transformation"
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=1", imageAlt: "Before and after detailing transformation"
},
{
id: "2", brand: "Dotspot Detailing", name: "Ceramic Coating Application", price: "From $299", rating: 5,
reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", imageAlt: "Glossy ceramic coated vehicle"
reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=2", imageAlt: "Glossy ceramic coated vehicle"
},
{
id: "3", brand: "Dotspot Detailing", name: "Full Interior Deep Clean", price: "From $179", rating: 5,
reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", imageAlt: "Interior detailing before and after"
reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=3", imageAlt: "Interior detailing before and after"
}
]}
title="Transformation Gallery"