Merge version_1 into main #45
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user