diff --git a/src/app/page.tsx b/src/app/page.tsx index dfbd7a1..a5cd49d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,16 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { useState, useEffect } from "react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Shield } from "lucide-react"; export default function LandingPage() { @@ -59,96 +55,96 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);