diff --git a/src/app/page.tsx b/src/app/page.tsx
index abd86da..daf729f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -57,14 +45,8 @@ export default function LandingPage() {
logoText="Pizzeria Gatto Nero"
description="Authentic Italian kitchen in the heart of Berlin. Experience traditional recipes served with warmth and passion."
buttons={[
- {
- text: "View Our Menu",
- href: "#menu",
- },
- {
- text: "Book a Table",
- href: "tel:+49307537783",
- },
+ { text: "View Our Menu", href: "#menu" },
+ { text: "Book a Table", href: "tel:+49307537783" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg"
/>
@@ -77,18 +59,9 @@ export default function LandingPage() {
title="A Tradition of Taste"
description="At Gatto Nero, we believe in the simplicity of high-quality ingredients and traditional techniques passed down through generations. Our professional service staff ensures an unforgettable dining experience."
bulletPoints={[
- {
- title: "Traditional Recipes",
- description: "Authentic dishes inspired by Italian heritage.",
- },
- {
- title: "Fresh Ingredients",
- description: "Sourced locally and imported daily for quality.",
- },
- {
- title: "Exceptional Service",
- description: "Properly dressed gentlemen providing refined hospitality.",
- },
+ { title: "Traditional Recipes", description: "Authentic dishes inspired by Italian heritage." },
+ { title: "Fresh Ingredients", description: "Sourced locally and imported daily for quality." },
+ { title: "Exceptional Service", description: "Properly dressed gentlemen providing refined hospitality." },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-sprinkling-flour-dough_23-2148296916.jpg"
/>
@@ -101,42 +74,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Margherita Pizza",
- price: "12 €",
- imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-mushroom-green-pepper_114579-4305.jpg",
- },
- {
- id: "2",
- name: "Tagliatelle Al Ragu",
- price: "15 €",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-pasta-white-plate_181624-42231.jpg",
- },
- {
- id: "3",
- name: "Classic Tiramisu",
- price: "7 €",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-muffins-with-berries-light-table_140725-137091.jpg",
- },
- {
- id: "4",
- name: "Scaloppa Alla Bolognese",
- price: "18 €",
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-germany-sausage_1339-5598.jpg",
- },
- {
- id: "5",
- name: "Vorspeisenplatte",
- price: "14 €",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-white-plate_181624-1007.jpg",
- },
- {
- id: "6",
- name: "Gourmet Pizza Veg",
- price: "13 €",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-cooking-pizza-kitchen_23-2148040914.jpg",
- },
+ { id: "1", name: "Margherita Pizza", price: "12 €", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-mushroom-green-pepper_114579-4305.jpg" },
+ { id: "2", name: "Tagliatelle Al Ragu", price: "15 €", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-pasta-white-plate_181624-42231.jpg" },
+ { id: "3", name: "Classic Tiramisu", price: "7 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-muffins-with-berries-light-table_140725-137091.jpg" },
+ { id: "4", name: "Scaloppa Alla Bolognese", price: "18 €", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-germany-sausage_1339-5598.jpg" },
+ { id: "5", name: "Vorspeisenplatte", price: "14 €", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-white-plate_181624-1007.jpg" },
+ { id: "6", name: "Gourmet Pizza Veg", price: "13 €", imageSrc: "http://img.b2bpic.net/free-photo/young-man-cooking-pizza-kitchen_23-2148040914.jpg" },
]}
title="Our Signature Dishes"
description="Explore our curated selection of classic Italian delicacies, from hand-tossed pizzas to decadent desserts."
@@ -145,42 +88,19 @@ export default function LandingPage() {