diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c0eea8..4751fae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,62 +1,46 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { BarChart3, Calendar, FolderOpen, HelpCircle, Mail, Package, Rocket, Search, Sparkles, Users, Zap } from 'lucide-react'; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Search, BarChart3, Rocket, Package, FolderOpen, Users, Calendar, Zap, Mail, HelpCircle } from "lucide-react"; -export default function LandingPage() { +export default function Home() { return ( - -