From 0ebfcec55fe0122c5cb6c08894ab45940d98675b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:02:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 243 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 200 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dba78ec..18893c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,66 +29,29 @@ export default function LandingPage() {
@@ -128,42 +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?_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?_wi=2", - }, - { - id: "3", - name: "Polvo Assado no Forno", - price: "€18", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg?_wi=2", - }, - { - 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?_wi=2", - }, - { - 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=3", - }, + { id: "1", name: "Frango Grelhado", price: "From €12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg" }, + { 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: "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" }, ]} title="Signature Dishes" description="Experience the authentic flavors of northern Portugal, from our famous Frango Grelhado to classic Bacalhau." @@ -172,63 +93,20 @@ export default function LandingPage() {