Update src/app/page.tsx
This commit is contained in:
@@ -76,13 +76,13 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Grilled Salmon Bowl", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg", imageAlt: "Grilled Salmon Bowl"
|
||||
id: "1", name: "Grilled Salmon Bowl", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg?_wi=1", imageAlt: "Grilled Salmon Bowl"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Vegetarian Delight", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-holding-body-care-product-wooden-background_23-2148241876.jpg", imageAlt: "Vegetarian Delight"
|
||||
id: "2", name: "Vegetarian Delight", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-holding-body-care-product-wooden-background_23-2148241876.jpg?_wi=1", imageAlt: "Vegetarian Delight"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Classic Pasta Primavera", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965833.jpg", imageAlt: "Classic Pasta Primavera"
|
||||
id: "3", name: "Classic Pasta Primavera", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965833.jpg?_wi=1", imageAlt: "Classic Pasta Primavera"
|
||||
}
|
||||
]}
|
||||
title="Our Featured Menu"
|
||||
|
||||
Reference in New Issue
Block a user