diff --git a/src/app/page.tsx b/src/app/page.tsx index 945f464..dd9081c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,47 +29,25 @@ export default function LandingPage() {
@@ -100,30 +71,10 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Margherita D.O.P", - price: "€16", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-parmesan-cheese-tomatoes_23-2148753755.jpg", - }, - { - id: "p2", - name: "Truffel & Funghi", - price: "€22", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-buffalo-chicken-pizza-carton-box-black-surface_114579-43162.jpg", - }, - { - id: "p3", - name: "Diavola", - price: "€19", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sliced-pizza-with-parmesan_23-2148753766.jpg", - }, - { - id: "p4", - name: "Burrata Royale", - price: "€24", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg", - }, + { id: "p1", name: "Margherita D.O.P", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-parmesan-cheese-tomatoes_23-2148753755.jpg" }, + { id: "p2", name: "Truffel & Funghi", price: "€22", imageSrc: "http://img.b2bpic.net/free-photo/spicy-buffalo-chicken-pizza-carton-box-black-surface_114579-43162.jpg" }, + { id: "p3", name: "Diavola", price: "€19", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sliced-pizza-with-parmesan_23-2148753766.jpg" }, + { id: "p4", name: "Burrata Royale", price: "€24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg" }, ]} title="Signature Menu" description="Ontdek onze met de hand uitgerekte creaties, gebakken in onze authentieke Napolitaanse oven." @@ -132,25 +83,14 @@ export default function LandingPage() {