Compare commits
1 Commits
version_8_
...
version_7_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc054e6f0f |
@@ -30,20 +30,23 @@ export default function HomePage() {
|
|||||||
text: "Our Story",
|
text: "Our Story",
|
||||||
href: "#story",
|
href: "#story",
|
||||||
}}
|
}}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
text: "Local Ingredients",
|
text: "Local Ingredients",
|
||||||
icon: Leaf,
|
icon: Leaf,
|
||||||
},
|
className: "bg-accent text-primary-cta-text",
|
||||||
{
|
},
|
||||||
text: "Sustainable Brewing",
|
{
|
||||||
icon: Leaf,
|
text: "Sustainable Brewing",
|
||||||
},
|
icon: Leaf,
|
||||||
{
|
className: "bg-primary-cta text-primary-cta-text",
|
||||||
text: "Award-Winning",
|
},
|
||||||
icon: Award,
|
{
|
||||||
},
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-aerial-view_1153-6120.jpg"
|
||||||
/>
|
/>
|
||||||
</SectionErrorBoundary>
|
</SectionErrorBoundary>
|
||||||
|
|||||||
Reference in New Issue
Block a user