Update src/app/page.tsx

This commit is contained in:
2026-04-11 14:20:04 +00:00
parent 13772cc104
commit 919e00833e

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
handle: "@foodie", handle: "@foodie",
testimonial: "A master of flavor profiles.", testimonial: "A master of flavor profiles.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410423.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410423.jpg?_wi=1",
imageAlt: "professional chef presenting dish", imageAlt: "professional chef presenting dish",
}, },
{ {
@@ -71,7 +71,7 @@ export default function LandingPage() {
handle: "@critic", handle: "@critic",
testimonial: "The best meal of my life.", testimonial: "The best meal of my life.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg?_wi=1",
imageAlt: "professional chef presenting dish", imageAlt: "professional chef presenting dish",
}, },
{ {
@@ -79,7 +79,7 @@ export default function LandingPage() {
handle: "@taster", handle: "@taster",
testimonial: "Exquisite attention to detail.", testimonial: "Exquisite attention to detail.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg?_wi=1",
imageAlt: "professional chef presenting dish", imageAlt: "professional chef presenting dish",
}, },
{ {
@@ -87,7 +87,7 @@ export default function LandingPage() {
handle: "@guest", handle: "@guest",
testimonial: "Truly a culinary artist.", testimonial: "Truly a culinary artist.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115409.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115409.jpg?_wi=1",
imageAlt: "professional chef presenting dish", imageAlt: "professional chef presenting dish",
}, },
{ {
@@ -95,11 +95,11 @@ export default function LandingPage() {
handle: "@foodlover", handle: "@foodlover",
testimonial: "Incredible artistry and taste.", testimonial: "Incredible artistry and taste.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg?_wi=1",
imageAlt: "professional chef presenting dish", imageAlt: "professional chef presenting dish",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410423.jpg" imageSrc="http://img.b2bpic.net/free-photo/delicious-eggplant-dish-arrangement_23-2150410423.jpg?_wi=2"
imageAlt="professional chef presenting dish" imageAlt="professional chef presenting dish"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
@@ -169,7 +169,7 @@ export default function LandingPage() {
description: "Hand-made techniques for every dish.", description: "Hand-made techniques for every dish.",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg?_wi=2"
imageAlt="chef portrait professional" imageAlt="chef portrait professional"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -183,19 +183,19 @@ export default function LandingPage() {
{ {
title: "Fresh Ingredients", title: "Fresh Ingredients",
description: "Strict seasonal selection process.", description: "Strict seasonal selection process.",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg?_wi=2",
imageAlt: "farm to table ingredients", imageAlt: "farm to table ingredients",
}, },
{ {
title: "Visual Plating", title: "Visual Plating",
description: "Food as an art form.", description: "Food as an art form.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115409.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115409.jpg?_wi=2",
imageAlt: "plated gourmet dessert", imageAlt: "plated gourmet dessert",
}, },
{ {
title: "Kitchen Teamwork", title: "Kitchen Teamwork",
description: "Coordinated precision in execution.", description: "Coordinated precision in execution.",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg?_wi=2",
imageAlt: "masterchef preparing meal", imageAlt: "masterchef preparing meal",
}, },
]} ]}