From 4281068724d9b27b02d6cdcde5dcfb8241ed9a0a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 01:52:30 +0000 Subject: [PATCH] Bob AI: Fix the 5-star review element in the hero section so it displays correctly witho --- src/pages/HomePage/sections/Hero.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 042038b..8967a84 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -188,7 +188,17 @@ const HeroInline = () => { {"Design that"}{" "} {"commands attention."} - \n
\n \n
+ + +
+
+ {[...Array(5)].map((_, i) => ( + + + + ))} +
+

{"Design engineered for performance, not just aesthetics."}{" "} -- 2.49.1