diff --git a/src/app/page.tsx b/src/app/page.tsx
index f27a249..8ae7380 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,87 +47,41 @@ export default function LandingPage() {
@@ -147,20 +93,11 @@ export default function LandingPage() {
title="A Zurich Institution"
description="For generations, we have been serving the heart of Zurich with warmth, tradition, and the boldest flavors in the city. Experience Swiss hospitality at full volume."
bulletPoints={[
- {
- title: "Authentic Classics",
- description: "Time-honored recipes passed down through generations.",
- },
- {
- title: "Generous Portions",
- description: "Hearty plates designed to satisfy the hungriest appetites.",
- },
- {
- title: "Buzzing Social Hub",
- description: "A lively atmosphere where stories are shared over cold beer.",
- },
+ { title: "Authentic Classics", description: "Time-honored recipes passed down through generations." },
+ { title: "Generous Portions", description: "Hearty plates designed to satisfy the hungriest appetites." },
+ { title: "Buzzing Social Hub", description: "A lively atmosphere where stories are shared over cold beer." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg"
imageAlt="Our traditional tavern atmosphere"
mediaAnimation="slide-up"
/>
@@ -173,48 +110,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Cordon Bleu",
- price: "CHF 32",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=1",
- imageAlt: "Cordon Bleu",
- },
- {
- id: "2",
- name: "Wiener Schnitzel",
- price: "CHF 34",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=2",
- imageAlt: "Schnitzel",
- },
- {
- id: "3",
- name: "Classic Rösti",
- price: "CHF 24",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=3",
- imageAlt: "Rösti",
- },
- {
- id: "4",
- name: "Handmade Spätzle",
- price: "CHF 26",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=4",
- imageAlt: "Spätzle",
- },
- {
- id: "5",
- name: "Swiss Pork Dish",
- price: "CHF 29",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=5",
- imageAlt: "Pork Dish",
- },
- {
- id: "6",
- name: "Traditional Sausage",
- price: "CHF 22",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg?_wi=6",
- imageAlt: "Sausage",
- },
+ { id: "1", name: "Cordon Bleu", price: "CHF 32", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Cordon Bleu" },
+ { id: "2", name: "Wiener Schnitzel", price: "CHF 34", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Schnitzel" },
+ { id: "3", name: "Classic Rösti", price: "CHF 24", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Rösti" },
+ { id: "4", name: "Handmade Spätzle", price: "CHF 26", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Spätzle" },
+ { id: "5", name: "Swiss Pork Dish", price: "CHF 29", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Pork Dish" },
+ { id: "6", name: "Traditional Sausage", price: "CHF 22", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-nuggets-served-with-herbs-yogurt-sauce_140725-8290.jpg", imageAlt: "Sausage" },
]}
title="Signature Dishes"
description="Crispy, golden, cheese-filled perfection. Our menu defines the taste of Swiss comfort."
@@ -224,27 +125,13 @@ export default function LandingPage() {
@@ -335,21 +170,13 @@ export default function LandingPage() {
@@ -357,14 +184,8 @@ export default function LandingPage() {