diff --git a/src/app/page.tsx b/src/app/page.tsx
index c44f51f..f12b7c4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Sparkles } from "lucide-react";
+import { Sparkles, Zap, Camera, TrendingUp, Users, BarChart } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,33 +41,13 @@ export default function LandingPage() {
@@ -107,36 +70,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Social Strategy",
- description: "Data-driven roadmaps to achieve your core business objectives.",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-statistic-evolution-template_23-2148284171.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Content Creation",
- description: "High-quality, platform-native content that captures immediate attention.",
- imageSrc: "http://img.b2bpic.net/free-photo/freelancer-taking-break-from-work-watch-videos-green-screen-smartphone_482257-121766.jpg",
- buttonIcon: "Camera",
- },
- {
- title: "Brand Growth",
- description: "Systematic audience acquisition through targeted advertising and community engagement.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571066.jpg",
- buttonIcon: "TrendingUp",
- },
- {
- title: "Influencer Outreach",
- description: "Authentic partnerships that amplify your brand credibility.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-late-night_23-2150170690.jpg",
- buttonIcon: "Users",
- },
- {
- title: "Analytics Tracking",
- description: "Precision tracking to measure every milestone of your growth.",
- imageSrc: "http://img.b2bpic.net/free-vector/modern-infographic-element-collection_52683-1777.jpg",
- buttonIcon: "BarChart",
- },
+ { title: "Social Strategy", description: "Data-driven roadmaps to achieve your core business objectives.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-statistic-evolution-template_23-2148284171.jpg", buttonIcon: Zap },
+ { title: "Content Creation", description: "High-quality, platform-native content that captures immediate attention.", imageSrc: "http://img.b2bpic.net/free-photo/freelancer-taking-break-from-work-watch-videos-green-screen-smartphone_482257-121766.jpg", buttonIcon: Camera },
+ { title: "Brand Growth", description: "Systematic audience acquisition through targeted advertising and community engagement.", imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571066.jpg", buttonIcon: TrendingUp },
+ { title: "Influencer Outreach", description: "Authentic partnerships that amplify your brand credibility.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-late-night_23-2150170690.jpg", buttonIcon: Users },
+ { title: "Analytics Tracking", description: "Precision tracking to measure every milestone of your growth.", imageSrc: "http://img.b2bpic.net/free-vector/modern-infographic-element-collection_52683-1777.jpg", buttonIcon: BarChart }
]}
title="Services That Scale"
description="Comprehensive solutions designed to elevate your brand voice and maximize ROI across every social channel."
@@ -147,42 +85,13 @@ export default function LandingPage() {