From d355314deb1b3ea77f1992141d925800b1395ca2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:01:00 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2dd140f..9a5e082 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -22,26 +22,26 @@ export default function LandingPage() { cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="semibold" > @@ -50,17 +50,17 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 63f0d10dae58e486f25b0055fc3ba1007e254717 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:01:00 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ce79237..5dca395 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,26 +21,26 @@ export default function LandingPage() { cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="semibold" > @@ -48,8 +48,8 @@ export default function LandingPage() {
@@ -78,12 +78,12 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "1", title: "What makes Apex Social different?", content: "We combine bespoke strategies, cutting-edge analytics, and a deep understanding of social media trends to deliver truly exceptional and measurable results for premium brands."}, + id: "1", title: "What differentiates Apex Social as a premium agency?", content: "Apex Social stands apart through our bespoke strategies, data-driven methodologies, and an unwavering commitment to crafting unique digital narratives that resonate and convert for discerning brands."}, { - id: "2", title: "How do you measure success?", content: "We establish clear KPIs aligned with your business objectives, tracking metrics like engagement rate, audience growth, conversion rates, and overall ROI through detailed reports."}, + id: "2", title: "How do you define and measure campaign success?", content: "We collaborate closely with clients to establish clear, measurable KPIs (Key Performance Indicators), focusing on metrics that drive business objectives, such as engagement, conversion rates, and a demonstrable ROI."}, ]} - title="Frequently Asked Questions" - description="Find quick answers to the most common inquiries about our services, process, and partnership model." + title="Frequently Asked Questions: Your Path to Partnership" + description="Get swift answers to common inquiries about our services, strategic approach, and how we foster successful client partnerships." />
@@ -92,10 +92,10 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - tag="Still Have Questions?" + tag="Still Curious?" tagIcon={Phone} - title="We're Here to Help" - description="Our dedicated support team is ready to provide personalized assistance and answer any further questions you may have." + title="We're Here to Illuminate Your Next Steps" + description="Reach out to our expert team for a personalized discussion, where we'll address your specific needs and outline a roadmap for success." buttons={[ { text: "Call Us Now", href: "tel:+1234567890"}, @@ -149,4 +149,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1