From 96bd96da91b1585787091a89aaf2141556e4f187 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 2 Jun 2026 14:39:00 +0000 Subject: [PATCH] Bob AI: Added different colors to badges in the hero section --- src/pages/HomePage/sections/Home.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage/sections/Home.tsx b/src/pages/HomePage/sections/Home.tsx index 40bc47a..e5206d2 100644 --- a/src/pages/HomePage/sections/Home.tsx +++ b/src/pages/HomePage/sections/Home.tsx @@ -26,14 +26,17 @@ export default function HomeSection(): React.JSX.Element { { text: "Local Ingredients", icon: Leaf, + className: "bg-green-100 text-green-800 border-green-200", }, { text: "Sustainable Brewing", icon: Droplet, + className: "bg-blue-100 text-blue-800 border-blue-200", }, { text: "Award-Winning", icon: Award, + className: "bg-yellow-100 text-yellow-800 border-yellow-200", }, ]} imageSrc="http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-aerial-view_1153-6120.jpg"