From 0fcc2746eaee51e6f44768f16939e110efc2f422 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:45:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 180 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5ea44e..b31cacd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,38 +48,19 @@ export default function LandingPage() {
@@ -280,20 +171,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How long for workflow setup?", - content: "Most integrations are deployed within one week.", - }, + id: "f1", title: "How long for workflow setup?", content: "Most integrations are deployed within one week."}, { - id: "f2", - title: "Do I need technical skills?", - content: "No, I handle all the automation complexity for you.", - }, + id: "f2", title: "Do I need technical skills?", content: "No, I handle all the automation complexity for you."}, { - id: "f3", - title: "Does it fit my niche?", - content: "Workflows are customized for your specific audience.", - }, + id: "f3", title: "Does it fit my niche?", content: "Workflows are customized for your specific audience."}, ]} sideTitle="Questions" faqsAnimation="slide-up" @@ -302,10 +184,10 @@ export default function LandingPage() {