From 56a8b89817f8ce76d5228b15ed60c82f578992a9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 14 Feb 2025 10:42:56 -0500 Subject: [PATCH] Fix pages --- app/page.jsx | 4 ++-- components/faq/Faq.jsx | 9 +++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/app/page.jsx b/app/page.jsx index 86e9bb5..2dc93f3 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -106,7 +106,7 @@ export default function Home () { Fqa Text Block ============================================== */}
-
+
-
Why choose us
+ {/*
Why choose us
*/}

Why you should choose us?

diff --git a/components/faq/Faq.jsx b/components/faq/Faq.jsx index 75e68bb..a3d3740 100644 --- a/components/faq/Faq.jsx +++ b/components/faq/Faq.jsx @@ -11,20 +11,17 @@ import { const FaqContent = [ { title: " Register and create your first seller portal.", - desc: ` It only takes 5 minutes. Set-up is smooth & simple, with fully - customisable page design to reflect your brand lorem dummy.`, + desc: ` We cut down implementation time and costs, ensuring our clients get measurable results from multi-channel campaigns designed for maximum impact and return on investment.`, expand: "a", }, { title: "Manage your client easily", - desc: ` It only takes 5 minutes. Set-up is smooth & simple, with fully - customisable page design to reflect your brand lorem dummy.`, + desc: `We reject cookie-cutter approaches that splatter the same content in every channel. Instead, our content is carefully crafted for each channel.`, expand: "b", }, { title: "Start selling ticket", - desc: ` It only takes 5 minutes. Set-up is smooth & simple, with fully - customisable page design to reflect your brand lorem dummy.`, + desc: `Our proprietary software technology provides a unique edge in this competitive landscape. It’s not just about what we do; it’s about how we do it.`, expand: "c", }, ];