Update src/app/page.tsx

This commit is contained in:
2026-03-19 15:57:46 +00:00
parent 2696022dd7
commit 3d2fe3d4b9

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
handle: "Food Critic", handle: "Food Critic",
testimonial: "Wagyu offers an unparalleled dining experience. The steak was perfection!", testimonial: "Wagyu offers an unparalleled dining experience. The steak was perfection!",
rating: 5, rating: 5,
imageSrc: "https://pixabay.com/get/g0e35eadd1acc60d8e83aa5eb2a776da46845c20c47aa6b2b9cd52e4bf0362583dd097b82581e597de0ba567ca59bdaa9_1280.jpg", imageSrc: "https://pixabay.com/get/g0e35eadd1acc60d8e83aa5eb2a776da46845c20c47aa6b2b9cd52e4bf0362583dd097b82581e597de0ba567ca59bdaa9_1280.jpg?_wi=1",
imageAlt: "Alex Johnson", imageAlt: "Alex Johnson",
}, },
{ {
@@ -84,7 +84,7 @@ export default function LandingPage() {
handle: "Restaurant Blogger", handle: "Restaurant Blogger",
testimonial: "Every dish is a masterpiece. The ambiance and service are exquisite.", testimonial: "Every dish is a masterpiece. The ambiance and service are exquisite.",
rating: 5, rating: 5,
imageSrc: "https://pixabay.com/get/geec4100b8d9b0666a975d9365e50886f4590d1ba456817efdb49414479d277bf658ac0d0860c2604bfb06094dc562b307e7e16537d96a10ca13f2e3c24d25ac6_1280.jpg", imageSrc: "https://pixabay.com/get/geec4100b8d9b0666a975d9365e50886f4590d1ba456817efdb49414479d277bf658ac0d0860c2604bfb06094dc562b307e7e16537d96a10ca13f2e3c24d25ac6_1280.jpg?_wi=1",
imageAlt: "Maria Chen", imageAlt: "Maria Chen",
}, },
]} ]}
@@ -234,13 +234,13 @@ export default function LandingPage() {
{ {
id: "1", id: "1",
name: "Sarah J.", name: "Sarah J.",
imageSrc: "https://pixabay.com/get/g0e35eadd1acc60d8e83aa5eb2a776da46845c20c47aa6b2b9cd52e4bf0362583dd097b82581e597de0ba567ca59bdaa9_1280.jpg", imageSrc: "https://pixabay.com/get/g0e35eadd1acc60d8e83aa5eb2a776da46845c20c47aa6b2b9cd52e4bf0362583dd097b82581e597de0ba567ca59bdaa9_1280.jpg?_wi=2",
imageAlt: "Sarah J.", imageAlt: "Sarah J.",
}, },
{ {
id: "2", id: "2",
name: "Michael K.", name: "Michael K.",
imageSrc: "https://pixabay.com/get/geec4100b8d9b0666a975d9365e50886f4590d1ba456817efdb49414479d277bf658ac0d0860c2604bfb06094dc562b307e7e16537d96a10ca13f2e3c24d25ac6_1280.jpg", imageSrc: "https://pixabay.com/get/geec4100b8d9b0666a975d9365e50886f4590d1ba456817efdb49414479d277bf658ac0d0860c2604bfb06094dc562b307e7e16537d96a10ca13f2e3c24d25ac6_1280.jpg?_wi=2",
imageAlt: "Michael K.", imageAlt: "Michael K.",
}, },
{ {