Merge version_1 into main #45

Merged
bender merged 1 commits from version_1 into main 2026-03-24 21:01:57 +00:00

View File

@@ -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 = [