diff --git a/src/app/page.tsx b/src/app/page.tsx index c7ee6c2..2c84f4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia/FooterMedia'; import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards/HeroTiltedCards'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import MediaAbout from '@/components/sections/about/MediaAbout/MediaAbout'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight/PricingCardEight'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve/TestimonialCardTwelve'; import { Award, Heart, Star } from "lucide-react"; export default function LandingPage() {