diff --git a/src/app/page.tsx b/src/app/page.tsx index d996879..146bb79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { imageAlt="SMMPanel Pro Dashboard" mediaAnimation="slide-up" imagePosition="right" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} marqueeItems={[ { type: "text", text: "Instagram Growth" }, { type: "text", text: "TikTok Followers" }, @@ -209,16 +209,16 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "1", value: "50,000+", title: "Active Users", description: "Creators and businesses using our platform" + id: "1", value: "50,000+", title: "Active Users", description: "Creators and businesses using our platform", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148375531.jpg", imageAlt: "Active users dashboard" }, { - id: "2", value: "100M+", title: "Followers Delivered", description: "Total followers delivered across all platforms" + id: "2", value: "100M+", title: "Followers Delivered", description: "Total followers delivered across all platforms", imageSrc: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148071917.jpg", imageAlt: "Followers delivered across platforms" }, { - id: "3", value: "99.8%", title: "Uptime Guarantee", description: "Reliable service you can count on" + id: "3", value: "99.8%", title: "Uptime Guarantee", description: "Reliable service you can count on", imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg", imageAlt: "Uptime guarantee metrics" }, { - id: "4", value: "24/7", title: "Customer Support", description: "Always available when you need help" + id: "4", value: "24/7", title: "Customer Support", description: "Always available when you need help", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", imageAlt: "Customer support availability" } ]} />