diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6476418..6d8e816 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -76,14 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Tradition, die man schmeckt",
- },
+ type: "text", content: "Tradition, die man schmeckt"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg",
- alt: "Familiengeführte Pizzeria",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg", alt: "Familiengeführte Pizzeria"},
]}
/>
@@ -96,59 +78,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Pizza",
- name: "Margherita",
- price: "12,90 €",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=1",
- },
+ id: "p1", brand: "Pizza", name: "Margherita", price: "12,90 €", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg"},
{
- id: "p2",
- brand: "Pizza",
- name: "Diavola",
- price: "14,50 €",
- rating: 5,
- reviewCount: "98",
- imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg?_wi=1",
- },
+ id: "p2", brand: "Pizza", name: "Diavola", price: "14,50 €", rating: 5,
+ reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg"},
{
- id: "p3",
- brand: "Pasta",
- name: "Carbonara",
- price: "13,50 €",
- rating: 4,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-2163.jpg",
- },
+ id: "p3", brand: "Pasta", name: "Carbonara", price: "13,50 €", rating: 4,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-2163.jpg"},
{
- id: "p4",
- brand: "Pasta",
- name: "Bolognese",
- price: "12,90 €",
- rating: 5,
- reviewCount: "112",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900905.jpg",
- },
+ id: "p4", brand: "Pasta", name: "Bolognese", price: "12,90 €", rating: 5,
+ reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900905.jpg"},
{
- id: "p5",
- brand: "Getränk",
- name: "Italienischer Hauswein",
- price: "4,50 €",
- rating: 5,
- reviewCount: "67",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-meat-stew-with-vegetables_140725-4910.jpg",
- },
+ id: "p5", brand: "Getränk", name: "Italienischer Hauswein", price: "4,50 €", rating: 5,
+ reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/plate-meat-stew-with-vegetables_140725-4910.jpg"},
{
- id: "p6",
- brand: "Getränk",
- name: "Espresso",
- price: "2,50 €",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/yarpaq-dolmasi-grape-leaf-dolma-with-glass-wine_114579-2346.jpg",
- },
+ id: "p6", brand: "Getränk", name: "Espresso", price: "2,50 €", rating: 5,
+ reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/yarpaq-dolmasi-grape-leaf-dolma-with-glass-wine_114579-2346.jpg"},
]}
title="Unsere Spezialitäten"
description="Genießen Sie unsere handgemachten Köstlichkeiten."
@@ -157,38 +103,21 @@ export default function LandingPage() {
@@ -292,29 +168,19 @@ export default function LandingPage() {
logoText="Mamma Mia Pizzeria"
columns={[
{
- title: "Kontakt",
- items: [
+ title: "Kontakt", items: [
{
- label: "Kössen, Österreich",
- href: "#",
- },
+ label: "Kössen, Österreich", href: "#"},
{
- label: "+43 000 000000",
- href: "tel:+43000000000",
- },
+ label: "+43 000 000000", href: "tel:+43000000000"},
],
},
{
- title: "Rechtliches",
- items: [
+ title: "Rechtliches", items: [
{
- label: "Impressum",
- href: "#",
- },
+ label: "Impressum", href: "#"},
{
- label: "Datenschutz",
- href: "#",
- },
+ label: "Datenschutz", href: "#"},
],
},
]}