diff --git a/src/app/page.tsx b/src/app/page.tsx index 044cc59..4de0abd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,25 +3,26 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Zap, Shield, Star, CheckCircle } from 'lucide-react'; export default function Page() { return ( - +