diff --git a/src/app/page.tsx b/src/app/page.tsx index 6edada1..e06115f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,12 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import { Award, CheckCircle, Clock } from "lucide-react"; export default function LandingPage() { @@ -40,42 +40,28 @@ export default function LandingPage() { /> -