Update src/app/page.tsx
This commit is contained in:
@@ -70,23 +70,23 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg?_wi=1",
|
||||
imageAlt: "Engine close up",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg?_wi=1",
|
||||
imageAlt: "Mechanic at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg?_wi=2",
|
||||
imageAlt: "Precision detailing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg?_wi=2",
|
||||
imageAlt: "Advanced diagnostic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg?_wi=3",
|
||||
imageAlt: "Luxury car service",
|
||||
},
|
||||
]}
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
title: "Engine & Power",
|
||||
description: "High performance engine tuning and diagnostics.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg?_wi=4",
|
||||
imageAlt: "Engine",
|
||||
},
|
||||
items: [
|
||||
@@ -151,14 +151,14 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg?_wi=5",
|
||||
imageAlt: "luxury car engine repair",
|
||||
},
|
||||
{
|
||||
title: "Chassis & Brake",
|
||||
description: "Ensure total safety with our brake and suspension specialized care.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg?_wi=3",
|
||||
imageAlt: "Mechanic",
|
||||
},
|
||||
items: [
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg?_wi=4",
|
||||
imageAlt: "mechanic luxury car",
|
||||
},
|
||||
]}
|
||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
||||
role: "CEO",
|
||||
company: "Tech Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
role: "Director",
|
||||
company: "Growth Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -217,7 +217,7 @@ export default function LandingPage() {
|
||||
role: "Manager",
|
||||
company: "Startup XYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
||||
role: "Consultant",
|
||||
company: "Global Partners",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user