From d82ca780183341339b391a17776ab4c35c5aa212 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:00:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 266 +++++++++++------------------------------------ 1 file changed, 60 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12f3c3b..a660bb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,46 +34,31 @@ export default function LandingPage() {
@@ -309,20 +198,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "What is the typical timeline for a brand strategy project?", - content: "Our projects are tailored, but a comprehensive brand strategy typically ranges from 8-12 weeks, depending on scope and client engagement. We prioritize depth over speed.", - }, + id: "faq-1", title: "What is the typical timeline for a brand strategy project?", content: "Our projects are tailored, but a comprehensive brand strategy typically ranges from 8-12 weeks, depending on scope and client engagement. We prioritize depth over speed."}, { - id: "faq-2", - title: "How do you measure the success of a personal branding initiative?", - content: "Success is measured through a combination of increased media mentions, speaking engagements, social influence metrics, and quantifiable improvements in perceived authority and market differentiation. We establish KPIs upfront.", - }, + id: "faq-2", title: "How do you measure the success of a personal branding initiative?", content: "Success is measured through a combination of increased media mentions, speaking engagements, social influence metrics, and quantifiable improvements in perceived authority and market differentiation. We establish KPIs upfront."}, { - id: "faq-3", - title: "Do you work with clients internationally?", - content: "Yes, Amplify Agency serves a global clientele. Our remote collaboration tools and strategic partners ensure seamless delivery regardless of location.", - }, + id: "faq-3", title: "Do you work with clients internationally?", content: "Yes, Amplify Agency serves a global clientele. Our remote collaboration tools and strategic partners ensure seamless delivery regardless of location."}, ]} imageSrc="http://img.b2bpic.net/free-photo/businesswoman-thinking-about-idea-her-partner_1098-3767.jpg" imageAlt="Business professionals discussing questions" @@ -337,14 +217,11 @@ export default function LandingPage() {
@@ -356,58 +233,35 @@ export default function LandingPage() { logoText="Amplify Agency" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Brand Strategy", - href: "#services", - }, + label: "Brand Strategy", href: "#services"}, { - label: "Personal Branding", - href: "#services", - }, + label: "Personal Branding", href: "#services"}, { - label: "Content Amplification", - href: "#services", - }, + label: "Content Amplification", href: "#services"}, { - label: "Executive Visibility", - href: "#services", - }, + label: "Executive Visibility", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#team", - }, + label: "Our Team", href: "#team"}, { - label: "Insights", - href: "#insights", - }, + label: "Insights", href: "#insights"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1