diff --git a/src/app/page.tsx b/src/app/page.tsx index a185f2a..76a8d6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,9 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Zap, Lightbulb, Rocket, Users, Star, HelpCircle, Download, Moon, Sun } from 'lucide-react'; +import { Sparkles, Zap, Lightbulb, Rocket, Users, Star, HelpCircle, Download } from 'lucide-react'; import AnimatedChatDemo from '@/components/sections/demo/AnimatedChatDemo'; +import Link from 'next/link'; export default function LandingPage() { const [isDarkMode, setIsDarkMode] = useState(false);