From 12aa24b758b2ea7a2782bc888db98ea1f3576940 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:22:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 221ff50..72bfb7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} title="Frequently Asked Questions" + description="Everything you need to know about working with us." faqs={[ { id: "q1", title: "How long does planning take?", content: "Typically 6-12 weeks." }, { id: "q2", title: "Do you handle global logistics?", content: "Yes, we manage end-to-end global operations." } @@ -127,6 +128,7 @@ export default function LandingPage() {