diff --git a/src/app/page.tsx b/src/app/page.tsx index eae406e..f7e6b25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Droplet, Leaf, Zap, Shield, Sparkles } from 'lucide-react'; export default function LandingPage() { @@ -43,20 +43,15 @@ export default function LandingPage() {
-
-