From ecf79c1e8e1c60168a3249053126cdb8a63b2ba4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 22:19:52 +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 6071041..f3e19d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,6 +163,8 @@ export default function LandingPage() { id: "q2", title: "Can I customize the templates?", content: "Absolutely. Every template is fully customizable to match your brand colors, fonts, and content."}, { id: "q3", title: "Do you provide hosting?", content: "While we don't provide direct hosting, we'll guide you through the process of setting up the best hosting for your site."}, + { + id: "q4", title: "Do you offer ongoing support?", content: "Yes, we provide flexible monthly maintenance and support plans to keep your site updated, secure, and running at peak performance post-launch."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about our web design process." -- 2.49.1