diff --git a/src/app/page.tsx b/src/app/page.tsx index 92aa640..3861c6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Zap, Palette, Target, Mail, Home, TrendingUp, Settings, BarChart3, ArrowUpRight, ArrowDownLeft, Database, Cloud, Cpu, Lightning, Shield, Users, HelpCircle } from "lucide-react"; +import { Sparkles, Zap, Palette, Target, Mail, Home, TrendingUp, Settings, BarChart3, ArrowUpRight, ArrowDownLeft, Database, Cloud, Cpu, Zap as Lightning, Shield, Users, HelpCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -67,9 +67,9 @@ export default function LandingPage() { { text: "Share", href: "#" } ], stats: [ - { title: "Total Revenue", values: ["$124,890", "$156,230", "$189,450"], valuePrefix: "$", description: "Monthly growth" }, - { title: "Active Users", values: ["2,840", "3,156", "3,892"], description: "Concurrent sessions" }, - { title: "Conversion Rate", values: ["4.2%", "5.1%", "6.3%"], valueSuffix: "%", description: "Performance trend" } + { title: "Total Revenue", values: [124890, 156230, 189450], valuePrefix: "$", description: "Monthly growth" }, + { title: "Active Users", values: [2840, 3156, 3892], description: "Concurrent sessions" }, + { title: "Conversion Rate", values: [4.2, 5.1, 6.3], valueSuffix: "%", description: "Performance trend" } ], chartTitle: "Revenue Trend", chartData: [ { value: 45 }, @@ -182,22 +182,22 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform completely transformed how we analyze data. The real-time dashboards save us hours every day.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=1", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform completely transformed how we analyze data. The real-time dashboards save us hours every day.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The best investment we made for our analytics stack. Highly recommended for enterprise teams.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The best investment we made for our analytics stack. Highly recommended for enterprise teams.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Outstanding support team and incredibly intuitive interface. A game changer for our business.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=3", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Outstanding support team and incredibly intuitive interface. A game changer for our business.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@dkim", testimonial: "The integration process was seamless and the performance is exceptional. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=4", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@dkim", testimonial: "The integration process was seamless and the performance is exceptional. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "We've seen a 300% ROI within the first quarter. This platform is a must-have.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=5", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "We've seen a 300% ROI within the first quarter. This platform is a must-have.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "Powerful, reliable, and backed by exceptional customer service. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=6", imageAlt: "Robert Thompson" + id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "Powerful, reliable, and backed by exceptional customer service. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Robert Thompson" } ]} />