Merge version_1 into main #44

Merged
bender merged 2 commits from version_1 into main 2026-03-24 20:57:28 +00:00
2 changed files with 13 additions and 13 deletions

View File

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

View File

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