Update src/app/page.tsx
This commit is contained in:
@@ -94,8 +94,8 @@ export default function LandingPage() {
|
||||
title="Our Signature Dishes"
|
||||
description="Explore a selection of our most beloved and iconic creations, crafted to perfection."
|
||||
products={[
|
||||
{ id: "1", brand: "Appetizer", name: "Truffle Pasta", price: "$28", rating: 5, reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/businessman-waiting-restaurant_53876-20769.jpg", imageAlt: "Truffle Pasta" },
|
||||
{ id: "2", brand: "Main Course", name: "Seared Scallops", price: "$35", rating: 5, reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114054.jpg", imageAlt: "Seared Scallops" },
|
||||
{ id: "1", brand: "Appetizer", name: "Truffle Pasta", price: "$28", rating: 5, reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/truffle-pasta-still-life-high-angle_23-2149525111.jpg", imageAlt: "Truffle Pasta" },
|
||||
{ id: "2", brand: "Main Course", name: "Seared Scallops", price: "$35", rating: 5, reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-served-with-lemon-mayonnaise_140725-1504.jpg", imageAlt: "Seared Scallops" },
|
||||
{ id: "3", brand: "Dessert", name: "Chocolate Lava Cake", price: "$14", rating: 5, reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-exotic-dessert-dish_23-2148238680.jpg", imageAlt: "Chocolate Lava Cake" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user