diff --git a/src/app/page.tsx b/src/app/page.tsx index 86b4415..16ba2e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,87 +2,108 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Fish } from "lucide-react"; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Award, CheckCircle, Target, Users } from "lucide-react"; const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return (
-
-
-
-
-