Compare commits

...

1 Commits

Author SHA1 Message Date
kudinDmitriyUp
bc054e6f0f Bob AI: Make each badge in the hero section a different color.
## C
2026-06-02 13:32:04 +00:00

View File

@@ -34,14 +34,17 @@ export default function HomePage() {
{ {
text: "Local Ingredients", text: "Local Ingredients",
icon: Leaf, icon: Leaf,
className: "bg-accent text-primary-cta-text",
}, },
{ {
text: "Sustainable Brewing", text: "Sustainable Brewing",
icon: Leaf, icon: Leaf,
className: "bg-primary-cta text-primary-cta-text",
}, },
{ {
text: "Award-Winning", text: "Award-Winning",
icon: Award, icon: Award,
className: "bg-secondary-cta text-secondary-cta-text",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-aerial-view_1153-6120.jpg" imageSrc="http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-aerial-view_1153-6120.jpg"