diff --git a/src/app/page.tsx b/src/app/page.tsx index a2e3103..a3c7163 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,4 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; @@ -8,106 +7,32 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Coffee, Sparkles } from 'lucide-react'; - -const navItems = [{ name: "Home", id: "/" }]; +import { Linkedin, Twitter, Instagram } from 'lucide-react'; export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; return ( - +
- +
- +
- +
- +
);