Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a3ccb0f59 |
@@ -169,7 +169,10 @@ export default function CoffeePage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
buttons={[{ text: "Get in touch", href: "#contact" }]}
|
buttons={[
|
||||||
|
{ text: "Get in touch", href: "#contact" },
|
||||||
|
{ text: "Buy Online", href: "/shop" }
|
||||||
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
|
|||||||
Reference in New Issue
Block a user