Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-25 15:50:36 +00:00

View File

@@ -169,7 +169,10 @@ export default function CoffeePage() {
<div id="faq" data-section="faq">
<FaqSplitText
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"
faqsAnimation="slide-up"
textPosition="left"