diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6add7d0..71cdfae 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,11 +1,11 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Navbar from '@/components/navigation/Navbar/Navbar'; -import ContactFormSection from '@/components/sections/ContactFormSection/ContactFormSection'; -import FaqSection from '@/components/sections/FaqSection/FaqSection'; -import CtaBanner from '@/components/sections/CtaBanner/CtaBanner'; -import Footer from '@/components/sections/Footer/Footer'; +import Navbar from '@/components/navigation/Navbar'; +import ContactFormSection from '@/components/sections/ContactFormSection'; +import FaqSection from '@/components/sections/FaqSection'; +import CtaBanner from '@/components/sections/CtaBanner'; +import Footer from '@/components/sections/Footer'; export default function ContactPage() { const navItems = [ diff --git a/src/app/page.tsx b/src/app/page.tsx index 423318f..426b604 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Navbar from '@/components/navigation/Navbar/Navbar'; -import HeroSection from '@/components/sections/HeroSection/HeroSection'; -import FeaturesGrid from '@/components/sections/FeaturesGrid/FeaturesGrid'; -import TestimonialsCarousel from '@/components/sections/TestimonialsCarousel/TestimonialsCarousel'; -import StatsSection from '@/components/sections/StatsSection/StatsSection'; -import AboutUsSection from '@/components/sections/AboutUsSection/AboutUsSection'; -import CtaBanner from '@/components/sections/CtaBanner/CtaBanner'; -import Footer from '@/components/sections/Footer/Footer'; +import Navbar from '@/components/navigation/Navbar'; +import HeroSection from '@/components/sections/HeroSection'; +import FeaturesGrid from '@/components/sections/FeaturesGrid'; +import TestimonialsCarousel from '@/components/sections/TestimonialsCarousel'; +import StatsSection from '@/components/sections/StatsSection'; +import AboutUsSection from '@/components/sections/AboutUsSection'; +import CtaBanner from '@/components/sections/CtaBanner'; +import Footer from '@/components/sections/Footer'; export default function HomePage() { const navItems = [