Merge version_1 into main #49
@@ -1,10 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Navbar from '@/components/navigation/Navbar/Navbar';
|
||||
import Navbar from '@/components/navigation/Navbar';
|
||||
|
||||
import CtaBanner from '@/components/sections/CtaBanner/CtaBanner';
|
||||
import Footer from '@/components/sections/Footer/Footer';
|
||||
import CtaBanner from '@/components/sections/CtaBanner';
|
||||
import Footer from '@/components/sections/Footer';
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Navbar from '@/components/navigation/Navbar/Navbar';
|
||||
import Navbar from '@/components/navigation/Navbar';
|
||||
|
||||
import AboutUsSection from '@/components/sections/AboutUsSection/AboutUsSection';
|
||||
import CtaBanner from '@/components/sections/CtaBanner/CtaBanner';
|
||||
import Footer from '@/components/sections/Footer/Footer';
|
||||
import AboutUsSection from '@/components/sections/AboutUsSection';
|
||||
import CtaBanner from '@/components/sections/CtaBanner';
|
||||
import Footer from '@/components/sections/Footer';
|
||||
|
||||
export default function DownloadPage() {
|
||||
const navItems = [
|
||||
|
||||
@@ -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 Navbar from '@/components/navigation/Navbar';
|
||||
import FeaturesGrid from '@/components/sections/FeaturesGrid';
|
||||
|
||||
import CtaBanner from '@/components/sections/CtaBanner/CtaBanner';
|
||||
import Footer from '@/components/sections/Footer/Footer';
|
||||
import CtaBanner from '@/components/sections/CtaBanner';
|
||||
import Footer from '@/components/sections/Footer';
|
||||
import { Zap, Settings, Shield, Laptop } from 'lucide-react';
|
||||
|
||||
export default function FeaturesPage() {
|
||||
|
||||
@@ -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