From 0a55f94d447fc7f098e4dc1e3c3a41d72d7c4396 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:54 +0000 Subject: [PATCH] Deploy --- .../sections/FornoALegnaSection.tsx | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/components/sections/FornoALegnaSection.tsx diff --git a/src/components/sections/FornoALegnaSection.tsx b/src/components/sections/FornoALegnaSection.tsx new file mode 100644 index 0000000..8c925d6 --- /dev/null +++ b/src/components/sections/FornoALegnaSection.tsx @@ -0,0 +1,35 @@ +import Image from "next/image" + +export default function FornoALegnaSection() { + return ( +
+
+
+ Wood-fired oven blazing at 900°F with pizzaiolo working +
+
+
+ Heart of the Kitchen +

Forno a Legna

+
+

+ Our genuine wood-fired oven, hand-built with imported Italian refractory tiles, reaches 900°F. That intense heat creates the perfect char — leopard-spotted, smoky, and blistering — in just 90 seconds. +

+

+ Pino himself oversees the fire daily, selecting seasoned oak from Wisconsin to maintain a consistent flame. The result is a crust that's crispy on the outside, airy and chewy within — exactly as Nonna taught him in Calabria. +

+

+ "The wood fire gives our pizza soul. It's not just cooking — it's a tradition passed down through generations." — Pino +

+
+
+
+
+ ) +} \ No newline at end of file