diff --git a/src/app/page.tsx b/src/app/page.tsx
index fcd9eba..9df5bd3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,18 +43,11 @@ export default function LandingPage() {
@@ -75,7 +56,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Brand, Redefined"
description="We specialize in high-end social media management, strategic content creation, and data-driven audience growth for forward-thinking brands."
- imageSrc="http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg"
/>
@@ -86,27 +67,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "450%",
- title: "Growth",
- description: "Avg audience expansion",
- icon: TrendingUp,
- },
- {
- id: "m2",
- value: "82%",
- title: "Conversion",
- description: "Engagement uplift",
- icon: Zap,
- },
- {
- id: "m3",
- value: "12k+",
- title: "Leads",
- description: "Generated per campaign",
- icon: Target,
- },
+ { id: "m1", value: "450%", title: "Growth", description: "Avg audience expansion", icon: TrendingUp },
+ { id: "m2", value: "82%", title: "Conversion", description: "Engagement uplift", icon: Zap },
+ { id: "m3", value: "12k+", title: "Leads", description: "Generated per campaign", icon: Target }
]}
title="Measured Impact"
description="Tangible results that push your digital presence to the forefront."
@@ -115,45 +78,22 @@ export default function LandingPage() {
@@ -250,21 +132,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "What platforms do you manage?",
- content: "We cover all major platforms, including LinkedIn, Instagram, TikTok, and X.",
- },
- {
- id: "q2",
- title: "How do you measure success?",
- content: "We focus on KPIs tailored to your specific business goals, such as lead conversion and brand authority.",
- },
- {
- id: "q3",
- title: "What is the onboarding process?",
- content: "We start with a brand discovery call and a strategy roadmap tailored to your specific needs.",
- },
+ { id: "q1", title: "What platforms do you manage?", content: "We cover all major platforms, including LinkedIn, Instagram, TikTok, and X." },
+ { id: "q2", title: "How do you measure success?", content: "We focus on KPIs tailored to your specific business goals, such as lead conversion and brand authority." },
+ { id: "q3", title: "What is the onboarding process?", content: "We start with a brand discovery call and a strategy roadmap tailored to your specific needs." }
]}
title="Common Inquiries"
description="Clarifying our process and expectations."
@@ -278,18 +148,8 @@ export default function LandingPage() {
title="Start Your Transformation"
description="Ready to take your social presence to the next level? Connect with our team today."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Name", required: true },
+ { name: "email", type: "email", placeholder: "Email", required: true }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-green-jade-texture_23-2149397113.jpg"
/>
@@ -299,32 +159,8 @@ export default function LandingPage() {