diff --git a/src/app/page.tsx b/src/app/page.tsx index 560a5cd..56092cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Star } from "lucide-react"; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,330 +32,106 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
); -} +} \ No newline at end of file