From 9fb7c13ea9f4457be606433f9e71db0b02c4f1ca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 05:44:54 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ce783a6..e40ab56 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from '@/components/providers/themeProvider/ThemeProvider'; import NavbarCentered from '@/components/ui/NavbarCentered'; import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; @@ -9,7 +9,6 @@ import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMa import FaqSimple from '@/components/sections/faq/FaqSimple'; import ContactCta from '@/components/sections/contact/ContactCta'; import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; -import { Map, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1