Merge version_1 into main #11

Merged
bender merged 1 commits from version_1 into main 2026-05-29 21:01:05 +00:00

View File

@@ -2,13 +2,13 @@
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import HeroSection from '@/components/sections/HeroSection';
import AboutSection from '@/components/sections/AboutSection';
import FeatureSection from '@/components/sections/FeatureSection';
import SocialProofSection from '@/components/sections/SocialProofSection';
import TestimonialSection from '@/components/sections/TestimonialSection';
import ContentSection from '@/components/sections/ContentSection';
import FooterSection from '@/components/sections/FooterSection';
import HeroSection from '@/components/sections/HeroSection/HeroSection';
import AboutSection from '@/components/sections/AboutSection/AboutSection';
import FeatureSection from '@/components/sections/FeatureSection/FeatureSection';
import SocialProofSection from '@/components/sections/SocialProofSection/SocialProofSection';
import TestimonialSection from '@/components/sections/TestimonialSection/TestimonialSection';
import ContentSection from '@/components/sections/ContentSection/ContentSection';
import FooterSection from '@/components/sections/FooterSection/FooterSection';
import { Brain, Sparkles, Layers, Atom, Globe, Facebook, Twitter, Linkedin, Instagram } from 'lucide-react';