From 593abba751114356f50e66e7272eac61a4073248 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 23:44:51 +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 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 ( -- 2.49.1