diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e65f11..024bb1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,27 +4,26 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Eye, ShieldCheck, Zap } from "lucide-react"; +import { Eye, ShieldCheck, Zap, ScanFace, Gauge, Users } from "lucide-react"; export default function LandingPage() { return (
- +
+ +
+
-
- -
-
- -
- -
- -
- -
- + className="py-20 border-b-[0.5px] border-black" + />