From ae74672505ef95a55c7545f871bf6393b0f997c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 20:57:24 +0000 Subject: [PATCH 1/2] 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 6add7d0..71cdfae 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/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 = [ -- 2.49.1 From 7da7b971bbf3e052710d57b723f45376f3e548c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 20:57:25 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 423318f..426b604 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 = [ -- 2.49.1