diff --git a/src/app/page.tsx b/src/app/page.tsx
index 078f200..414d76b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,61 +31,26 @@ export default function LandingPage() {
@@ -98,18 +63,9 @@ export default function LandingPage() {
title="Heritage and Passion"
description="Born from a love for true Italian craft, Via Quadronno brings the spirit of the iconic Milanese street to every guest. Our menu honors traditional recipes passed down through generations, reimagined for today's discerning palate."
bulletPoints={[
- {
- title: "Artisanal Craft",
- description: "Every panini is crafted with the finest imported ingredients.",
- },
- {
- title: "Milanese Roots",
- description: "Bringing the culture of Milan to our daily operations.",
- },
- {
- title: "Commitment to Quality",
- description: "Authentic recipes prepared with seasonal, fresh produce.",
- },
+ { title: "Artisanal Craft", description: "Every panini is crafted with the finest imported ingredients." },
+ { title: "Milanese Roots", description: "Bringing the culture of Milan to our daily operations." },
+ { title: "Commitment to Quality", description: "Authentic recipes prepared with seasonal, fresh produce." }
]}
imageSrc="http://img.b2bpic.net/free-photo/brightly-lit-dining-unfocused_1203-770.jpg"
imageAlt="Our Heritage"
@@ -120,25 +76,13 @@ export default function LandingPage() {