diff --git a/src/app/page.tsx b/src/app/page.tsx
index bce1ac3..183d785 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 { Users, ShieldCheck, Zap, Globe, MessageSquare, Mail } from "lucide-react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
@@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -54,32 +43,13 @@ export default function LandingPage() {
@@ -92,53 +62,26 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
features={[
- {
- title: "Smart Analytics",
- description: "Get deep insights into your audience engagement.",
- imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg",
- imageAlt: "analytics dashboard UI dark theme",
- },
- {
- title: "Ironclad Privacy",
- description: "Your community's data is secured with enterprise-grade encryption.",
- imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-secure-data-transfer_23-2152001135.jpg",
- imageAlt: "digital security shield data icon",
- },
- {
- title: "Team Collaboration",
- description: "Manage your community with powerful collaborative tools.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reading-sticky-notes_1170-1720.jpg",
- imageAlt: "team collaboration project panel dark",
- },
+ { title: "Unified Profiles", description: "Link your Twitter, LinkedIn, Instagram and more into one hub.", imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg" },
+ { title: "Secure Identity", description: "Your profile privacy and data security are our top priorities.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-secure-data-transfer_23-2152001135.jpg" },
+ { title: "Real-time Insights", description: "Track your social performance across all connected profiles.", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reading-sticky-notes_1170-1720.jpg" }
]}
- title="Built for Growth"
- description="Advanced tools to help you manage your community and measure success effortlessly."
+ title="All Your Profiles, Unified"
+ description="Effortlessly sync your digital footprints to empower your personal brand."
/>
@@ -148,80 +91,30 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "10M+",
- title: "Active Users",
- description: "Users connecting globally every day.",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-showing-graph-tablet_53876-71498.jpg",
- imageAlt: "large digital number user count dark",
- },
- {
- id: "m2",
- value: "500ms",
- title: "Avg Response",
- description: "Optimized performance across all regions.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-worker-analyzing-business-charts-laptop-using-paperwork-research-information-make-data-report-working-from-home-startup-analysis-with-web-graphs-browsing-internet_482257-50961.jpg",
- imageAlt: "performance speed meter digital icon",
- },
- {
- id: "m3",
- value: "150+",
- title: "Countries",
- description: "Operating across the entire planet.",
- imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg",
- imageAlt: "global network reach map dots",
- },
+ { id: "m1", value: "50K+", title: "Profiles Linked", description: "Active social links managed today.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-diverse-people-showing-graph-tablet_53876-71498.jpg" },
+ { id: "m2", value: "99.9%", title: "Uptime", description: "Always connected, always available.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-analyzing-business-charts-laptop-using-paperwork-research-information-make-data-report-working-from-home-startup-analysis-with-web-graphs-browsing-internet_482257-50961.jpg" },
+ { id: "m3", value: "24/7", title: "Analytics", description: "Tracking your growth around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg" },
]}
- title="Proven Impact"
- description="Our numbers speak for themselves in the competitive social landscape."
+ title="Data-Driven Growth"
+ description="See your social impact evolve with deep analytics."
/>
@@ -230,26 +123,13 @@ export default function LandingPage() {
@@ -257,16 +137,9 @@ export default function LandingPage() {
@@ -274,40 +147,8 @@ export default function LandingPage() {