From 2fea80ea29beeeb2c387b4c7f97b6f135ccb8aea Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 7 Jun 2026 19:06:23 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage/sections/Metrics.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/HomePage/sections/Metrics.tsx b/src/pages/HomePage/sections/Metrics.tsx index 0711c20..8ce97d7 100644 --- a/src/pages/HomePage/sections/Metrics.tsx +++ b/src/pages/HomePage/sections/Metrics.tsx @@ -28,13 +28,13 @@ export default function MetricsSection(): React.JSX.Element { return (
-
-
-
- +
+
+
+

A Taste of Our Success

-

+

More than just pizza, it's a legacy of flavor and satisfied customers.

@@ -42,7 +42,7 @@ export default function MetricsSection(): React.JSX.Element {
{metrics.map((metric, index) => ( - +
@@ -59,4 +59,4 @@ export default function MetricsSection(): React.JSX.Element {
); -} +} \ No newline at end of file