Update src/app/page.tsx

This commit is contained in:
2026-05-16 21:43:59 +00:00
parent 0ad8d9e2e0
commit 06da2dbd10

View File

@@ -73,11 +73,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-covered-with-white-sheet-yellow-tape-car-service-garage_181624-3084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-covered-with-white-sheet-yellow-tape-car-service-garage_181624-3084.jpg?_wi=1",
imageAlt: "luxury car detailing workshop professional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg?_wi=1",
imageAlt: "clean car hood polish finish",
},
{
@@ -132,7 +132,7 @@ export default function LandingPage() {
description: "Thorough interior cleaning to sanitize and refresh your space.",
bentoComponent: "reveal-icon",
icon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-covered-with-white-sheet-yellow-tape-car-service-garage_181624-3084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-covered-with-white-sheet-yellow-tape-car-service-garage_181624-3084.jpg?_wi=2",
imageAlt: "car exterior wash foam cleaning",
},
{
@@ -140,7 +140,7 @@ export default function LandingPage() {
description: "Professional-grade ceramic coating for maximum protection.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg?_wi=2",
imageAlt: "car exterior wash foam cleaning",
},
]}