Compare commits

...

5 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
809a1cd0c1 Merge version_6_1780406242438 into main
Merge version_6_1780406242438 into main
2026-06-02 13:21:16 +00:00
kudinDmitriyUp
c85f04a2a1 Bob AI: fix build errors (attempt 1) 2026-06-02 13:20:40 +00:00
kudinDmitriyUp
58d25ae19b Bob AI: Apply different background colors to each badge within the h 2026-06-02 13:19:41 +00:00
9fce7aa7e8 Merge version_5_1780405786010 into main
Merge version_5_1780405786010 into main
2026-06-02 13:13:47 +00:00

View File

@@ -30,20 +30,23 @@ export default function HomePage() {
text: "Our Story",
href: "#story",
}}
items={[
{
text: "Local Ingredients",
icon: Leaf,
},
{
text: "Sustainable Brewing",
icon: Leaf,
},
{
text: "Award-Winning",
icon: Award,
},
]}
items={[
{
text: "Local Ingredients",
icon: Leaf,
className: "bg-accent text-primary-cta-text",
},
{
text: "Sustainable Brewing",
icon: Leaf,
className: "bg-primary-cta text-primary-cta-text",
},
{
text: "Award-Winning",
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"
/>
</SectionErrorBoundary>