From fe54a63084e3abfbcf329ab7c6dddf072abeaed3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:02:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 ++++++++++++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 45 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad33d0e..2d9761d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,87 +2,109 @@ 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'; const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return (
-
-
-
-
-