Update src/app/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-fried-wings-tray_23-2147717034.jpg", imageAlt: "Authentic charcoal grill scene" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg", imageAlt: "Signature grilled chicken" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=1", imageAlt: "Signature grilled chicken" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -79,12 +79,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Frango Grelhado", price: "From €12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg" },
|
||||
{ id: "1", name: "Frango Grelhado", price: "From €12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=2" },
|
||||
{ id: "2", name: "Tripas à Moda do Porto", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-bagels-top-view_23-2149388108.jpg" },
|
||||
{ id: "3", name: "Polvo Assado no Forno", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg" },
|
||||
{ id: "3", name: "Polvo Assado no Forno", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg?_wi=1" },
|
||||
{ id: "4", name: "Bacalhau com Broa", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/loaf-cheese-bread-with-herbal-butter-wooden-plate-with-herbs_181624-15313.jpg" },
|
||||
{ id: "5", name: "Costelinha", price: "€13", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg" },
|
||||
{ id: "6", name: "Espetada de Lulas", price: "€15", imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg" },
|
||||
{ id: "5", name: "Costelinha", price: "€13", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=3" },
|
||||
{ id: "6", name: "Espetada de Lulas", price: "€15", imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg?_wi=2" },
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Experience the authentic flavors of northern Portugal, from our famous Frango Grelhado to classic Bacalhau."
|
||||
|
||||
Reference in New Issue
Block a user