Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-29 20:54:59 +00:00
2 changed files with 9 additions and 9 deletions

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';

View File

@@ -2,8 +2,8 @@
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ContentSection from '@/components/sections/ContentSection';
import FooterSection from '@/components/sections/FooterSection';
import ContentSection from '@/components/sections/ContentSection/ContentSection';
import FooterSection from '@/components/sections/FooterSection/FooterSection';
import { Facebook, Twitter, Linkedin, Instagram } from 'lucide-react';