diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5ac8b96..7331153 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,55 +32,27 @@ export default function LandingPage() {
@@ -93,18 +65,9 @@ export default function LandingPage() {
title="A Legacy of Sicilian Sweetness"
description="Located in the heart of Alessandria, we are dedicated to preserving the ancient secrets of Sicilian baking. Every ingredient is carefully sourced, every recipe meticulously perfected."
bulletPoints={[
- {
- title: "Traditional Recipes",
- description: "Authentic techniques passed through generations.",
- },
- {
- title: "Fresh Ingredients",
- description: "High-quality ricotta and local produce daily.",
- },
- {
- title: "Artisanal Craft",
- description: "Handmade perfection in every single piece.",
- },
+ { title: "Traditional Recipes", description: "Authentic techniques passed through generations." },
+ { title: "Fresh Ingredients", description: "High-quality ricotta and local produce daily." },
+ { title: "Artisanal Craft", description: "Handmade perfection in every single piece." }
]}
imageSrc="http://img.b2bpic.net/free-photo/cake-topped-with-cream-brulee_140725-1722.jpg"
imageAlt="Master pastry chef hands working"
@@ -116,22 +79,11 @@ export default function LandingPage() {
@@ -214,42 +123,13 @@ export default function LandingPage() {
@@ -335,4 +173,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file