diff --git a/src/app/page.tsx b/src/app/page.tsx index 83d2a0a..560a5cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -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 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Award, CheckCircle, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,111 +32,330 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
); -} \ No newline at end of file +}