From cff6c84e0f0fe2ff41bf169db8efc6969f7992fa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:08:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 240 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 201 deletions(-) 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