Update src/app/page.tsx
This commit is contained in:
@@ -58,19 +58,19 @@ export default function LandingPage() {
|
||||
imageAlt: "Chef preparing delicious food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=1",
|
||||
imageAlt: "Gourmet meal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg?_wi=1",
|
||||
imageAlt: "Fresh healthy bowl",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=1",
|
||||
imageAlt: "Savory dinner dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg?_wi=1",
|
||||
imageAlt: "Refreshing salad",
|
||||
},
|
||||
]}
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
name: "Classic Pasta",
|
||||
price: "15m",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
name: "Fresh Salad",
|
||||
price: "10m",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
name: "Beef Wellington",
|
||||
price: "90m",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
name: "Berry Smoothie",
|
||||
price: "5m",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
category: "Technique",
|
||||
title: "Mastering The Sear",
|
||||
excerpt: "Learn how to get the perfect crust on your protein every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=3",
|
||||
authorName: "Chef Maria",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
||||
category: "Nutrition",
|
||||
title: "Healthy Meal Prep",
|
||||
excerpt: "Planning your week has never been easier or more delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=3",
|
||||
authorName: "Chef John",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg",
|
||||
date: "Oct 15, 2024",
|
||||
|
||||
Reference in New Issue
Block a user