From 2f50aba12df76345803f43ef5687f3dc2edc0eb4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:03:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++---------------------------------------- 1 file changed, 31 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74d21eb..f196e71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -260,23 +140,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "How long is the initial engagement?", - content: "Our minimum commitment is 6 months to ensure strategic impact.", - }, - { - id: "2", - title: "Do you provide ad management?", - content: "Yes, we specialize in high-conversion paid social advertising.", - }, - { - id: "3", - title: "How do we measure success?", - content: "We align every campaign with your specific KPIs for clear measurement.", - }, + { id: "1", title: "How long is the initial engagement?", content: "Our minimum commitment is 6 months to ensure strategic impact." }, + { id: "2", title: "Do you provide ad management?", content: "Yes, we specialize in high-conversion paid social advertising." }, + { id: "3", title: "How do we measure success?", content: "We align every campaign with your specific KPIs for clear measurement." } ]} title="Common Inquiries." + description="Quick answers to our most common client questions." faqsAnimation="slide-up" /> @@ -284,16 +153,9 @@ export default function LandingPage() {
@@ -302,16 +164,8 @@ export default function LandingPage() { logoText="AgencyElite" copyrightText="© 2025 | AgencyElite Global" socialLinks={[ - { - icon: Twitter, - href: "https://twitter.com", - ariaLabel: "Twitter", - }, - { - icon: Linkedin, - href: "https://linkedin.com", - ariaLabel: "Linkedin", - }, + { icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }, + { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Linkedin" } ]} /> -- 2.49.1