From 515c6c6c70eb186005cd1d21ecd31563015e5161 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:25:50 +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 3c80599..12d510a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -216,7 +216,10 @@ export default function LandingPage() { id: "f3", title: "How can I become a seller?", content: "Simply navigate to the 'Partner With Us' section and fill out our merchant application form."}, ]} title="Common Questions" - description="We're here to answer all your inquiries about FoodHub." + description="We're here to answer all your inquiries about FoodHub. Still have questions? Feel free to contact our support team anytime." + buttons={[ + { text: "Contact Support", href: "#contact" } + ]} faqsAnimation="slide-up" /> -- 2.49.1