Merge version_1 into main #1
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Award, CheckCircle, Shield, Sparkles, Zap } from 'lucide-react';
|
||||
import { Award, CheckCircle, Shield, Sparkles, Zap, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
dashboard={{
|
||||
title: "Analytics Dashboard", searchPlaceholder: "Search metrics...", logoIcon: "Hexagon", stats: [
|
||||
title: "Analytics Dashboard", searchPlaceholder: "Search metrics...", logoIcon: Hexagon, stats: [
|
||||
{
|
||||
title: "Processing Speed", values: [2500, 3200, 4100],
|
||||
valueSuffix: "ops/sec", description: "Real-time operations"
|
||||
@@ -71,15 +71,15 @@ export default function LandingPage() {
|
||||
}
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: "House" },
|
||||
{ icon: "MessageSquareText" },
|
||||
{ icon: "Settings", active: true }
|
||||
{ icon: House },
|
||||
{ icon: MessageSquareText },
|
||||
{ icon: Settings, active: true }
|
||||
],
|
||||
buttons: [{ text: "Export Data", href: "#" }],
|
||||
listTitle: "Live Insights", listItems: [
|
||||
{ icon: "CircleDollarSign", title: "Revenue Optimization", status: "Active" },
|
||||
{ icon: "ArrowLeftRight", title: "Load Balancing", status: "Optimized" },
|
||||
{ icon: "Send", title: "Data Pipeline", status: "Running" }
|
||||
{ icon: CircleDollarSign, title: "Revenue Optimization", status: "Active" },
|
||||
{ icon: ArrowLeftRight, title: "Load Balancing", status: "Optimized" },
|
||||
{ icon: Send, title: "Data Pipeline", status: "Running" }
|
||||
],
|
||||
chartTitle: "Performance Metrics", chartData: [
|
||||
{ value: 65 },
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
title: "Certified Excellence", description: "Award-winning platform trusted by Fortune 500 companies worldwide."
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
icon: Star,
|
||||
title: "Continuous Learning", description: "Models that improve over time with adaptive algorithms and feedback loops."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user