Update src/app/page.tsx
This commit is contained in:
@@ -86,19 +86,19 @@ export default function HomePage() {
|
||||
}}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg?_wi=1",
|
||||
imageAlt: "Vibrant cooking dish with fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg?_wi=1",
|
||||
imageAlt: "Chef preparing fresh vegetables",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg?_wi=1",
|
||||
imageAlt: "Colorful salad with organic produce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg?_wi=1",
|
||||
imageAlt: "Beautiful plated gourmet meal",
|
||||
},
|
||||
]}
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
price: "156+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "12.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-stand-with-copy-space_23-2148834046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-stand-with-copy-space_23-2148834046.jpg?_wi=1",
|
||||
imageAlt: "Colorful desserts and pastries",
|
||||
},
|
||||
{
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
price: "234+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "18.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-108182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-108182.jpg?_wi=1",
|
||||
imageAlt: "Nutritious and healthy meals",
|
||||
},
|
||||
{
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
price: "189+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "14.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-mature-man-cooking-salad-using-tablet_171337-5924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-mature-man-cooking-salad-using-tablet_171337-5924.jpg?_wi=1",
|
||||
imageAlt: "Fast and easy meal preparation",
|
||||
},
|
||||
{
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
price: "267+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "21.7k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-lamb-pieces-cooked-with-onion-quince_140725-8661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-lamb-pieces-cooked-with-onion-quince_140725-8661.jpg?_wi=1",
|
||||
imageAlt: "Classic and traditional dishes",
|
||||
},
|
||||
]}
|
||||
@@ -279,7 +279,7 @@ export default function HomePage() {
|
||||
category: "Italian",
|
||||
title: "Authentic Pasta Carbonara",
|
||||
excerpt: "Master the classic Roman pasta with creamy sauce and crispy guanciale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2148584853.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2148584853.jpg?_wi=1",
|
||||
imageAlt: "Delicious pasta carbonara",
|
||||
authorName: "Chef Marco",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg",
|
||||
@@ -290,7 +290,7 @@ export default function HomePage() {
|
||||
category: "Asian",
|
||||
title: "Pad Thai Perfection",
|
||||
excerpt: "Learn to make restaurant-quality Thai stir-fried noodles at home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=1",
|
||||
imageAlt: "Vibrant pad thai noodles",
|
||||
authorName: "Chef Aiko",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg",
|
||||
@@ -301,7 +301,7 @@ export default function HomePage() {
|
||||
category: "Baking",
|
||||
title: "Sourdough Starter Guide",
|
||||
excerpt: "Create and maintain your own sourdough starter for amazing bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg?_wi=1",
|
||||
imageAlt: "Fresh homemade sourdough bread",
|
||||
authorName: "Chef Sarah",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-cooking_23-2149631698.jpg",
|
||||
@@ -340,7 +340,7 @@ export default function HomePage() {
|
||||
role: "Home Cook",
|
||||
company: "San Francisco, CA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -348,7 +348,7 @@ export default function HomePage() {
|
||||
role: "Food Enthusiast",
|
||||
company: "New York, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -356,7 +356,7 @@ export default function HomePage() {
|
||||
role: "Professional Chef",
|
||||
company: "Austin, TX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -364,7 +364,7 @@ export default function HomePage() {
|
||||
role: "Cooking Beginner",
|
||||
company: "Seattle, WA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user