diff --git a/src/app/page.tsx b/src/app/page.tsx index d54af32..4d195b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,6 +217,9 @@ export default function LandingPage() { id: "q3", title: "Can I pre-order?", content: "Yes, call us directly."}, ]} sideTitle="Your Experience" + buttons={[ + { text: "Contact Us for Bulk Orders", href: "#contact" } + ]} faqsAnimation="slide-up" /> @@ -264,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file