Update src/App.tsx

This commit is contained in:
2026-05-09 10:00:36 +00:00
parent 21333310ec
commit 5ae59c310a

View File

@@ -1,7 +1,7 @@
"use client";
import { Bed, Coffee, Home } from "lucide-react";
import ThemeProvider from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarFloating from "@/components/ui/NavbarFloating";
import HeroCenteredLogos from "@/components/sections/hero/HeroCenteredLogos";
import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit";