Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
handle: "@foodie_lover",
|
||||
testimonial: "An incredible experience. The flavors were balanced and the service was impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg?_wi=1",
|
||||
imageAlt: "gourmet restaurant table setting",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
handle: "@culinary_guru",
|
||||
testimonial: "Foodie has completely redefined my expectations of local dining. Absolutely stunning.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg?_wi=1",
|
||||
imageAlt: "gourmet restaurant table setting",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@gourmet_expert",
|
||||
testimonial: "A must-visit. Every plate felt like a masterpiece of passion and quality ingredients.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg?_wi=1",
|
||||
imageAlt: "gourmet restaurant table setting",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
handle: "@tastemaker",
|
||||
testimonial: "Truly the highlight of my culinary journey. Can't wait to return for more.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=1",
|
||||
imageAlt: "gourmet restaurant table setting",
|
||||
},
|
||||
{
|
||||
@@ -87,11 +87,11 @@ export default function LandingPage() {
|
||||
handle: "@diner_life",
|
||||
testimonial: "Atmosphere, taste, and wine pairing - everything was simply flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=1",
|
||||
imageAlt: "gourmet restaurant table setting",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg?_wi=2"
|
||||
imageAlt="Gourmet restaurant atmosphere"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
@@ -143,13 +143,13 @@ export default function LandingPage() {
|
||||
icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728018.jpg?_wi=3",
|
||||
imageAlt: "tasty gourmet food plate presentation",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-made-with-vegetables-served-plate_181624-58469.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-half-onion-kitchen-table-with-fresh-vegetables-salad_169016-50523.jpg?_wi=2",
|
||||
imageAlt: "tasty gourmet food plate presentation",
|
||||
},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-seasonings-white-floor-meat-fresh-meal-snack-salad_140725-118350.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=2",
|
||||
imageAlt: "tasty gourmet food plate presentation",
|
||||
},
|
||||
]}
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahj",
|
||||
testimonial: "Simply exquisite! The attention to detail is evident in every single bite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
|
||||
Reference in New Issue
Block a user