diff --git a/src/app/page.tsx b/src/app/page.tsx index aac9d3f..6ed88bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Calendar, Palette, Users } from "lucide-react"; export default function LandingPage() { @@ -40,83 +39,63 @@ export default function LandingPage() {