diff --git a/src/app/page.tsx b/src/app/page.tsx index 3300bde..dc1a9ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { CheckCircle, Sparkles, Zap } from "lucide-react"; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { CheckCircle, Zap, User } from "lucide-react"; export default function LandingPage() { return ( @@ -40,99 +39,36 @@ export default function LandingPage() {
- +
+ +
- -
- -
- -
- -
- -
- -
-