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