diff --git a/src/app/page.tsx b/src/app/page.tsx
index daee645..60892f4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, PenTool, BarChart3, Share2 } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -54,49 +43,18 @@ export default function LandingPage() {
@@ -108,18 +66,9 @@ export default function LandingPage() {
title="Elite Strategies for Modern Brands"
description="We are a boutique social media agency dedicated to driving authentic engagement. By blending data analytics with artistic storytelling, we scale your presence beyond the noise."
bulletPoints={[
- {
- title: "Data-Driven Insights",
- description: "Every campaign is backed by precise audience data for maximum impact.",
- },
- {
- title: "Artistic Storytelling",
- description: "Crafting visual narratives that truly resonate with your audience.",
- },
- {
- title: "Conversion Focus",
- description: "Turning social presence into verifiable business growth.",
- },
+ { title: "Data-Driven Insights", description: "Every campaign is backed by precise audience data for maximum impact." },
+ { title: "Artistic Storytelling", description: "Crafting visual narratives that truly resonate with your audience." },
+ { title: "Conversion Focus", description: "Turning social presence into verifiable business growth." },
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-spa_23-2148000417.jpg"
mediaAnimation="blur-reveal"
@@ -131,30 +80,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Brand Strategy",
- description: "Defining your voice across all digital platforms.",
- imageSrc: "http://img.b2bpic.net/free-vector/20-design-thinking-line-filled-color-icon-pack-like-vector-idea-lift-bulb-idea_1142-16662.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Content Design",
- description: "Professional assets that captivate from the first scroll.",
- imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg",
- buttonIcon: "PenTool",
- },
- {
- title: "Advanced Analytics",
- description: "Deep data dives to optimize and scale effectively.",
- imageSrc: "http://img.b2bpic.net/free-photo/hombre-borroso-dibujando-una-grafica_1232-299.jpg",
- buttonIcon: "BarChart3",
- },
- {
- title: "Influencer Outreach",
- description: "Strategic collaborations with authentic voices.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-lighting-equipment-movie-set_1268-17208.jpg",
- buttonIcon: "Share2",
- },
+ { title: "Brand Strategy", description: "Defining your voice across all digital platforms.", imageSrc: "http://img.b2bpic.net/free-vector/20-design-thinking-line-filled-color-icon-pack-like-vector-idea-lift-bulb-idea_1142-16662.jpg", buttonIcon: Zap },
+ { title: "Content Design", description: "Professional assets that captivate from the first scroll.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg", buttonIcon: PenTool },
+ { title: "Advanced Analytics", description: "Deep data dives to optimize and scale effectively.", imageSrc: "http://img.b2bpic.net/free-photo/hombre-borroso-dibujando-una-grafica_1232-299.jpg", buttonIcon: BarChart3 },
+ { title: "Influencer Outreach", description: "Strategic collaborations with authentic voices.", imageSrc: "http://img.b2bpic.net/free-photo/professional-lighting-equipment-movie-set_1268-17208.jpg", buttonIcon: Share2 },
]}
title="Premium Social Services"
description="Comprehensive suite of social media solutions designed to elevate your brand perception."
@@ -168,21 +97,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "150M+",
- description: "Impressions Delivered",
- },
- {
- id: "m2",
- value: "45%",
- description: "Average Engagement Lift",
- },
- {
- id: "m3",
- value: "10X",
- description: "Average ROAS Increase",
- },
+ { id: "m1", value: "150M+", description: "Impressions Delivered" },
+ { id: "m2", value: "45%", description: "Average Engagement Lift" },
+ { id: "m3", value: "10X", description: "Average ROAS Increase" },
]}
title="Proven Results"
description="Measurable growth delivered through expert campaigns."
@@ -195,39 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- badge: "Core",
- price: "$2,500/mo",
- subtitle: "Foundation growth",
- features: [
- "Content Calendar",
- "Basic Analytics",
- "Community Mgt",
- ],
- },
- {
- id: "p2",
- badge: "Growth",
- price: "$5,000/mo",
- subtitle: "Scale your brand",
- features: [
- "Full Campaign Mgt",
- "Influencer Strategy",
- "Daily Reporting",
- ],
- },
- {
- id: "p3",
- badge: "Elite",
- price: "$10,000/mo",
- subtitle: "Complete dominance",
- features: [
- "All Growth Features",
- "Paid Media Spend",
- "Executive Strategy",
- ],
- },
+ { id: "p1", badge: "Core", price: "$2,500/mo", subtitle: "Foundation growth", features: ["Content Calendar", "Basic Analytics", "Community Mgt"] },
+ { id: "p2", badge: "Growth", price: "$5,000/mo", subtitle: "Scale your brand", features: ["Full Campaign Mgt", "Influencer Strategy", "Daily Reporting"] },
+ { id: "p3", badge: "Elite", price: "$10,000/mo", subtitle: "Complete dominance", features: ["All Growth Features", "Paid Media Spend", "Executive Strategy"] },
]}
title="Transparent Growth Plans"
description="Choose a plan designed to suit your brand maturity."
@@ -238,42 +125,13 @@ export default function LandingPage() {
@@ -301,9 +152,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file