diff --git a/src/app/page.tsx b/src/app/page.tsx index daa933c..8c1f348 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import TextAbout from '@/components/sections/about/TextAbout'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Brain, CheckCircle, Clock, MessageSquare, RefreshCw, Sparkles, Target, Users, Zap, TrendingUp } from 'lucide-react'; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; +import TextAbout from "@/components/sections/about/TextAbout"; +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Brain, CheckCircle, Clock, MessageSquare, RefreshCw, Sparkles, Target, Users, Zap, TrendingUp } from "lucide-react"; export default function LandingPage() { return (