Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:44:01 +00:00
parent 02a2e47483
commit 632d5f5b0e

View File

@@ -13,7 +13,6 @@ import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
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);