Compare commits
10 Commits
version_3_
...
version_7_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc054e6f0f | ||
| 809a1cd0c1 | |||
|
|
c85f04a2a1 | ||
|
|
58d25ae19b | ||
| 9fce7aa7e8 | |||
|
|
87b70ffcf0 | ||
|
|
af016b7dc8 | ||
| d300cd9834 | |||
|
|
e1874f6bb0 | ||
| 46736ec39c |
@@ -10,6 +10,9 @@ import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
import GridOrCarousel from "@/components/ui/GridOrCarousel";
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
|
||||
|
||||
{/* webild-stub @2026-06-02T13:06:08.765Z: make badges in hero sections each on in different color */}
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
@@ -27,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>
|
||||
|
||||
Reference in New Issue
Block a user