diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f68b64..7061c15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Info, Zap, BarChart3, CreditCard, Star, Handshake, HelpCircle, TrendingUp, BarChart3 as BarChart3Icon, DollarSign, Target, Users, Award, Crown, CheckCircle, Clock, Home, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react'; +import { Sparkles, Info, Zap, BarChart3, CreditCard, Star, Handshake, HelpCircle, TrendingUp, DollarSign, Target, Users, Award, Crown, CheckCircle, Clock, Home, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react'; export default function LandingPage() { return ( @@ -62,7 +62,7 @@ export default function LandingPage() { ], sidebarItems: [ { icon: Home, active: true }, - { icon: BarChart3Icon, active: false }, + { icon: BarChart3, active: false }, { icon: Settings, active: false }, ], stats: [ @@ -97,7 +97,7 @@ export default function LandingPage() { { value: "30%", title: "Average Commission Rate" }, { value: "10K+", title: "Active Affiliates" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCN9dNdojG4z7E0bs4GBefRSR/illustration-of-automated-video-editing--1772546100056-e0ea427d.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCN9dNdojG4z7E0bs4GBefRSR/illustration-of-automated-video-editing--1772546100056-e0ea427d.png" imageAlt="Video editing automation workflow" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -117,7 +117,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Advanced Automation Tools", description: "Access preset templates and AI-powered editing tools to help your referrals create professional videos faster. Showcase these features to accelerate adoption.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCN9dNdojG4z7E0bs4GBefRSR/illustration-of-automated-video-editing--1772546100056-e0ea427d.png?_wi=2"}, + title: "Advanced Automation Tools", description: "Access preset templates and AI-powered editing tools to help your referrals create professional videos faster. Showcase these features to accelerate adoption.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCN9dNdojG4z7E0bs4GBefRSR/illustration-of-automated-video-editing--1772546100056-e0ea427d.png"}, { id: 2, title: "Collaborative Workspace", description: "Enable team-based video editing with real-time collaboration features. Perfect for agencies and studios looking to streamline workflows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCN9dNdojG4z7E0bs4GBefRSR/team-collaboration-interface-showing-mul-1772546098073-f1102649.png"},