diff --git a/src/app/page.tsx b/src/app/page.tsx index 2039c81..d0648b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,304 +1,264 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Gift, Sparkles } from 'lucide-react'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { AlertCircle, Camera, CheckCircle, MessageCircle, Sparkles, Zap } from 'lucide-react'; export default function LandingPage() { return (
-
-
-
-
-
- +
-
- -
- -
- -
-
-
-
); -} +} \ No newline at end of file