+ {/* Decorative background "25" */}
+
+ {yearsOfExperience}
+
+
+ {/* Main content - horizontal layout */}
+
+ {/* Left: Badge + Number */}
+
+
+
+
+ {yearsOfExperience}
+
+
+ Anni
+
+
+
+
+ {/* Center: Tagline */}
+
+
+ Un quarto di secolo di{" "}
+ eccellenza,{" "}
+ innovazione, e{" "}
+ fiducia
+
+
+
+ {/* Right: Mini stats */}
+
+
+
+
+
+
+ {/* Accent lines */}
+
+
+
+ );
+}
+
+function Stat({ value, label }: { value: string; label: string }) {
+ return (
+