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"