Update src/app/page.tsx

This commit is contained in:
2026-04-05 12:50:20 +00:00
parent 7d3b5ef9dd
commit a2cf61ad0e

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
role: "Regular",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=1",
},
{
id: "t2",
@@ -113,7 +113,7 @@ export default function LandingPage() {
role: "Student",
company: "University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg?_wi=1",
},
{
id: "t3",
@@ -121,7 +121,7 @@ export default function LandingPage() {
role: "Designer",
company: "Studio",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-milk_23-2148337185.jpg?_wi=1",
},
{
id: "t4",
@@ -129,7 +129,7 @@ export default function LandingPage() {
role: "Writer",
company: "Freelance",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-custard-tart-with-raspberry-top_74190-6069.jpg?_wi=1",
},
{
id: "t5",
@@ -137,7 +137,7 @@ export default function LandingPage() {
role: "Chef",
company: "Kitchen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-with-coffee_23-2148337181.jpg?_wi=1",
},
]}
/>