diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bc1af3..c355066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,5 @@ 'use client'; + import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -10,47 +11,42 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Star, Globe } from 'lucide-react'; +import { Globe, Shield, Star, CheckCircle } from 'lucide-react'; const navItems = [{ name: 'Home', id: '/' }]; -export default function Page() { +export default function Home() { return ( - +
- ({ id: `h${i}`, imageSrc: 'https://images.unsplash.com/photo-1614064641938-06bee5d6150a' }))} - /> +
- +
- +
- +
- +
- +
- +
);