diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6a9c55a..8019c77 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -56,49 +44,18 @@ export default function LandingPage() {
@@ -108,21 +65,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Unrivaled Agency Impact"
metrics={[
- {
- icon: TrendingUp,
- label: "Growth Generated",
- value: "$50M+",
- },
- {
- icon: Users,
- label: "Community Size",
- value: "2.5M",
- },
- {
- icon: Award,
- label: "Industry Awards",
- value: "15",
- },
+ { icon: TrendingUp, label: "Growth Generated", value: "$50M+" },
+ { icon: Users, label: "Community Size", value: "2.5M" },
+ { icon: Award, label: "Industry Awards", value: "15" },
]}
metricsAnimation="slide-up"
/>
@@ -135,21 +80,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- {
- title: "Strategic Auditing",
- description: "Precision performance reviews for market positioning.",
- imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-47428.jpg",
- },
- {
- title: "Brand Evolution",
- description: "Curated visual identities that resonate with your audience.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg",
- },
- {
- title: "Content Production",
- description: "Full-stack cinematic content tailored for engagement.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-holding-headphones-getting-ready-podcast_23-2149434268.jpg",
- },
+ { title: "Strategic Auditing", description: "Precision performance reviews for market positioning.", imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-47428.jpg" },
+ { title: "Brand Evolution", description: "Curated visual identities that resonate with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg" },
+ { title: "Content Production", description: "Full-stack cinematic content tailored for engagement.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-headphones-getting-ready-podcast_23-2149434268.jpg" },
]}
title="End-to-End Social Mastery"
description="Comprehensive tools and strategies for enterprise-grade social execution."
@@ -158,64 +91,17 @@ export default function LandingPage() {