From dc7635622769b43757d1bb684deb04cffd2f4916 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 21:01:54 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 71cdfae..6add7d0 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'; -import ContactFormSection from '@/components/sections/ContactFormSection'; -import FaqSection from '@/components/sections/FaqSection'; -import CtaBanner from '@/components/sections/CtaBanner'; -import Footer from '@/components/sections/Footer'; +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'; export default function ContactPage() { const navItems = [ -- 2.49.1