diff --git a/src/app/page.tsx b/src/app/page.tsx
index 789a069..8df3bc3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,75 +44,32 @@ export default function LandingPage() {
@@ -136,13 +78,7 @@ export default function LandingPage() {
@@ -154,30 +90,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Strategic Roadmap",
- description: "Clear step-by-step guidance on setting up your agency structure.",
- bentoComponent: "reveal-icon",
- icon: Rocket,
- imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg",
- imageAlt: "seo optimization icon flat",
- },
- {
- title: "Client Management",
- description: "Proven processes to handle onboarding, retention, and service delivery.",
- bentoComponent: "reveal-icon",
- icon: Users,
- imageSrc: "http://img.b2bpic.net/free-vector/virtual-reality-landing-page-flat-design_52683-18259.jpg?_wi=1",
- imageAlt: "seo optimization icon flat",
- },
- {
- title: "Innovative Strategies",
- description: "Latest marketing techniques that drive actual ROI for your clients.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-hands-with-gadgets-chat-message-bubbles_107791-16205.jpg",
- imageAlt: "seo optimization icon flat",
- },
+ { title: "Strategic Roadmap", description: "Clear step-by-step guidance on setting up your agency structure.", bentoComponent: "reveal-icon", icon: Rocket },
+ { title: "Client Management", description: "Proven processes to handle onboarding, retention, and service delivery.", bentoComponent: "reveal-icon", icon: Users },
+ { title: "Innovative Strategies", description: "Latest marketing techniques that drive actual ROI for your clients.", bentoComponent: "reveal-icon", icon: Zap },
]}
title="Master Your Agency Setup"
description="Comprehensive resources covering everything you need for operational excellence."
@@ -191,21 +106,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "100+",
- description: "Agencies Launched",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Expert Support",
- },
- {
- id: "m3",
- value: "98%",
- description: "Client Satisfaction",
- },
+ { id: "m1", value: "100+", description: "Agencies Launched" },
+ { id: "m2", value: "24/7", description: "Expert Support" },
+ { id: "m3", value: "98%", description: "Client Satisfaction" },
]}
title="Measurable Growth"
description="Our methods are grounded in real-world performance metrics."
@@ -216,21 +119,9 @@ export default function LandingPage() {
@@ -301,18 +162,11 @@ export default function LandingPage() {