From d5d49515793b3145be2f805a84dfb7e85c37e64b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 21:02:48 +0000 Subject: [PATCH 1/3] 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 a1e8f1d25d04c00bcb85f588518ccadf1e5d024d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 21:02:48 +0000 Subject: [PATCH 2/3] Update src/app/download/page.tsx --- src/app/download/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/download/page.tsx b/src/app/download/page.tsx index 6fad478..5cc15c7 100644 --- a/src/app/download/page.tsx +++ b/src/app/download/page.tsx @@ -1,11 +1,11 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Navbar from '@/components/navigation/Navbar/Navbar'; -import DownloadSteps from '@/components/sections/DownloadSteps/DownloadSteps'; -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 DownloadSteps from '@/components/sections/DownloadSteps'; +import AboutUsSection from '@/components/sections/AboutUsSection'; +import CtaBanner from '@/components/sections/CtaBanner'; +import Footer from '@/components/sections/Footer'; export default function DownloadPage() { const navItems = [ -- 2.49.1 From 82590175d2b244b6fd7ee3187170bb536abe1a1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 21:02:49 +0000 Subject: [PATCH 3/3] Update src/app/features/page.tsx --- src/app/features/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 657ae6e..e46beca 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -1,11 +1,11 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Navbar from '@/components/navigation/Navbar/Navbar'; -import FeaturesGrid from '@/components/sections/FeaturesGrid/FeaturesGrid'; -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 FeaturesGrid from '@/components/sections/FeaturesGrid'; +import FaqSection from '@/components/sections/FaqSection'; +import CtaBanner from '@/components/sections/CtaBanner'; +import Footer from '@/components/sections/Footer'; import { Zap, Settings, Shield, Laptop } from 'lucide-react'; export default function FeaturesPage() { -- 2.49.1