Update src/app/page.tsx

This commit is contained in:
2026-04-09 06:50:05 +00:00
parent b45c8df5f4
commit d989300408

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
href: "/contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg?_wi=1"
mediaAnimation="blur-reveal"
avatars={[
{
@@ -128,7 +128,7 @@ export default function LandingPage() {
role: "Client",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1",
},
{
id: "2",
@@ -136,7 +136,7 @@ export default function LandingPage() {
role: "Client",
company: "Local Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1",
},
{
id: "3",
@@ -194,13 +194,13 @@ export default function LandingPage() {
icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg?_wi=2",
imageAlt: "luxury black sedan low light showroom",
},
{
@@ -209,13 +209,13 @@ export default function LandingPage() {
icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2",
imageAlt: "smiling customer portrait",
},
{
@@ -224,13 +224,13 @@ export default function LandingPage() {
icon: Car,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2",
imageAlt: "satisfied client portrait professional",
},
]}
@@ -319,14 +319,14 @@ export default function LandingPage() {
title: "Financing",
description: "Easy approval process.",
tag: "Financial",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=3",
},
{
id: "2",
title: "Detailing",
description: "Get that showroom shine.",
tag: "Service",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=3",
},
]}
/>