diff --git a/src/app/page.tsx b/src/app/page.tsx
index fcd509e..0ae9cc6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,66 +43,25 @@ export default function LandingPage() {
@@ -126,20 +73,11 @@ export default function LandingPage() {
title="A Tradition of Passion"
description="Tommaso's love for pizza started in his family's kitchen in Napoli. Today, he carries that heritage to your table, ensuring every pizza reflects the authentic spirit of his ancestors."
bulletPoints={[
- {
- title: "Fresh Dough",
- description: "Hand-stretched every morning for perfection.",
- },
- {
- title: "Local Ingredients",
- description: "Supporting local farmers for premium toppings.",
- },
- {
- title: "Wood-Fired Oven",
- description: "Traditional method for the best smoky crust.",
- },
+ { title: "Fresh Dough", description: "Hand-stretched every morning for perfection." },
+ { title: "Local Ingredients", description: "Supporting local farmers for premium toppings." },
+ { title: "Wood-Fired Oven", description: "Traditional method for the best smoky crust." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/raw-dough-pizza-with-ingredients-kitchen-counter_23-2147975149.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/raw-dough-pizza-with-ingredients-kitchen-counter_23-2147975149.jpg"
imageAlt="Tommaso's kitchen heritage"
mediaAnimation="slide-up"
/>
@@ -152,42 +90,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Margherita",
- price: "$16",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesy-pizza-with-olives-sausages-red-tomatoes-grey-background-fast-food-italian-dough-meal_140725-22601.jpg",
- },
- {
- id: "p2",
- name: "Prosciutto e Rucola",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-meat-mushroom-pizza-wooden-table-with-fork-knife_23-2147922433.jpg",
- },
- {
- id: "p3",
- name: "Tartufo Bianco",
- price: "$24",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-dessert_23-2149452235.jpg",
- },
- {
- id: "p4",
- name: "Diavola",
- price: "$19",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-traditional-pizza_23-2148921327.jpg",
- },
- {
- id: "p5",
- name: "Pesto Genovese",
- price: "$20",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg",
- },
- {
- id: "p6",
- name: "Quattro Formaggi",
- price: "$21",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-caesar_140725-12439.jpg",
- },
+ { id: "p1", name: "Margherita", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesy-pizza-with-olives-sausages-red-tomatoes-grey-background-fast-food-italian-dough-meal_140725-22601.jpg" },
+ { id: "p2", name: "Prosciutto e Rucola", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/homemade-meat-mushroom-pizza-wooden-table-with-fork-knife_23-2147922433.jpg" },
+ { id: "p3", name: "Tartufo Bianco", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-dessert_23-2149452235.jpg" },
+ { id: "p4", name: "Diavola", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-traditional-pizza_23-2148921327.jpg" },
+ { id: "p5", name: "Pesto Genovese", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg" },
+ { id: "p6", name: "Quattro Formaggi", price: "$21", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-caesar_140725-12439.jpg" },
]}
title="Our Signature Pies"
description="A curated selection of authentic Napoletan pizzas, prepared with heart and served piping hot."
@@ -200,30 +108,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Heritage Recipes",
- description: "Recipes passed down through three generations.",
- bentoComponent: "reveal-icon",
- icon: History,
- imageSrc: "http://img.b2bpic.net/free-photo/rolled-dough-with-tomato-sauce_23-2148357184.jpg",
- imageAlt: "Rolled dough with tomato sauce",
- },
- {
- title: "Artisanal Technique",
- description: "Slow-fermented dough for light crusts.",
- bentoComponent: "reveal-icon",
- icon: Pizza,
- imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg?_wi=2",
- imageAlt: "Rolled dough with tomato sauce",
- },
- {
- title: "Warm Atmosphere",
- description: "The perfect place to gather with loved ones.",
- bentoComponent: "reveal-icon",
- icon: Heart,
- imageSrc: "http://img.b2bpic.net/free-photo/raw-dough-pizza-with-ingredients-kitchen-counter_23-2147975149.jpg?_wi=2",
- imageAlt: "Rolled dough with tomato sauce",
- },
+ { title: "Heritage Recipes", description: "Recipes passed down through three generations.", bentoComponent: "reveal-icon", icon: History },
+ { title: "Artisanal Technique", description: "Slow-fermented dough for light crusts.", bentoComponent: "reveal-icon", icon: Pizza },
+ { title: "Warm Atmosphere", description: "The perfect place to gather with loved ones.", bentoComponent: "reveal-icon", icon: Heart },
]}
title="Why Choose Tutto Pizza?"
description="Quality, heritage, and the perfect atmosphere."
@@ -234,33 +121,14 @@ export default function LandingPage() {
@@ -271,27 +139,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "15",
- title: "Years Experience",
- description: "Crafting the perfect pizza.",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-pizza-with-herbs-sun-dried-tomatoes-gray-table_93675-135263.jpg",
- },
- {
- id: "m2",
- value: "20K+",
- title: "Pizzas Baked",
- description: "Delicious pies served.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg",
- },
- {
- id: "m3",
- value: "5/5",
- title: "Guest Rating",
- description: "Consistently excellent reviews.",
- imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg",
- },
+ { id: "m1", value: "15", title: "Years Experience", description: "Crafting the perfect pizza.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pizza-with-herbs-sun-dried-tomatoes-gray-table_93675-135263.jpg" },
+ { id: "m2", value: "20K+", title: "Pizzas Baked", description: "Delicious pies served.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg" },
+ { id: "m3", value: "5/5", title: "Guest Rating", description: "Consistently excellent reviews.", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg" },
]}
title="The Numbers Behind Our Flavor"
description="Years of experience and happy guests."
@@ -303,21 +153,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you offer delivery?",
- content: "Yes, through our primary partner apps.",
- },
- {
- id: "q2",
- title: "Is your dough vegan?",
- content: "Our dough is 100% vegan.",
- },
- {
- id: "q3",
- title: "Do you accept reservations?",
- content: "Reservations are highly recommended on weekends.",
- },
+ { id: "q1", title: "Do you offer delivery?", content: "Yes, through our primary partner apps." },
+ { id: "q2", title: "Is your dough vegan?", content: "Our dough is 100% vegan." },
+ { id: "q3", title: "Do you accept reservations?", content: "Reservations are highly recommended on weekends." },
]}
title="Frequently Asked Questions"
description="Have questions? We have answers."
@@ -328,16 +166,9 @@ export default function LandingPage() {