From 02a2e474830d5f2a3c2ff99d5eca2f6861d624a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:32:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.49.1