Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
handle: "@foodie",
|
||||
testimonial: "A master of flavor profiles.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@critic",
|
||||
testimonial: "The best meal of my life.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
handle: "@taster",
|
||||
testimonial: "Exquisite attention to detail.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
handle: "@guest",
|
||||
testimonial: "Truly a culinary artist.",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -95,11 +95,11 @@ export default function LandingPage() {
|
||||
handle: "@foodlover",
|
||||
testimonial: "Incredible artistry and taste.",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -183,19 +183,19 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
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",
|
||||
},
|
||||
{
|
||||
title: "Visual Plating",
|
||||
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",
|
||||
},
|
||||
{
|
||||
title: "Kitchen Teamwork",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user