diff --git a/src/app/page.tsx b/src/app/page.tsx index 15f4440..7eaa403 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -146,21 +84,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: Flame, - title: "Wood-Fired Perfection", - description: "Baked in a traditional oven to achieve the perfect crust.", - }, - { - icon: Leaf, - title: "Fresh Local Produce", - description: "We source the freshest ingredients from local farms daily.", - }, - { - icon: Award, - title: "Authentic Heritage", - description: "Recipes passed down through three generations of chefs.", - }, + { icon: Flame, title: "Wood-Fired Perfection", description: "Baked in a traditional oven to achieve the perfect crust." }, + { icon: Leaf, title: "Fresh Local Produce", description: "We source the freshest ingredients from local farms daily." }, + { icon: Award, title: "Authentic Heritage", description: "Recipes passed down through three generations of chefs." }, ]} title="Why Il Forno Rustico?" description="Discover what sets our traditional pizzeria apart from the rest." @@ -169,52 +95,17 @@ export default function LandingPage() {
@@ -324,34 +160,15 @@ export default function LandingPage() {