From f7fae3c36644cef99c3f060ffbc269e7436ab3f0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:36:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.49.1