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() {