Update src/app/page.tsx
This commit is contained in:
@@ -112,21 +112,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "2023 Porsche 911 Carrera",
|
||||
price: "Member: Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg?_wi=1",
|
||||
imageAlt: "Porsche 911 Carrera",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "1987 Ferrari Testarossa",
|
||||
price: "Member: Mike Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-white-retro-car-with-beautiful-steering-wheel_181624-26910.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-white-retro-car-with-beautiful-steering-wheel_181624-26910.jpg?_wi=1",
|
||||
imageAlt: "Ferrari Testarossa",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "2022 McLaren GT",
|
||||
price: "Member: Alex Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-gold-sports-car_23-2151955616.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-gold-sports-car_23-2151955616.jpg?_wi=1",
|
||||
imageAlt: "McLaren GT",
|
||||
},
|
||||
]}
|
||||
@@ -226,25 +226,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "James Wilson - Club President",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jessica Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez - Vice President",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "David Thompson - Events Coordinator",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2",
|
||||
imageAlt: "Emily Chen - Membership Manager",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user