diff --git a/src/App.tsx b/src/App.tsx index 5624697..b3dd356 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/components/theme-provider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; @@ -10,7 +10,6 @@ import TestimonialQuoteCards from '@/components/sections/testimonial/Testimonial import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; -import { Coffee, Utensils, Flame, Heart, ChefHat, Users } from "lucide-react"; export default function Page() { return (