diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d9283b..3837035 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { Award, Home, ListChecks, ShieldCheck, Zap } from "lucide-react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { ShieldCheck, Zap, Award, Home, ListChecks } from "lucide-react"; export default function LandingPage() { return ( @@ -27,198 +27,83 @@ export default function LandingPage() { >
-
-
-
-
-
); -} \ No newline at end of file +}