From 8efe415aea457416d668538d109d8539e3fda3a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:25:31 +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 46b2aa0..3bf3bd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,6 +204,9 @@ export default function LandingPage() { { id: "f3", title: "Do you offer international shipping?", content: "Currently, we ship nationwide. International shipping options are coming soon."}, ]} + buttons={[ + { text: "Still have questions? Contact Us", href: "#contact" } + ]} imageSrc="http://img.b2bpic.net/free-photo/young-family-looking-clipboard_23-2148252145.jpg" mediaAnimation="slide-up" title="Common Questions" @@ -271,4 +274,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1