diff --git a/src/app/page.tsx b/src/app/page.tsx index 61b2ae3..05109c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,15 +5,13 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; -import { CheckCircle, Users, Zap, Truck, PackageCheck, ShieldCheck } from "lucide-react"; +import { Truck, PackageCheck, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,129 +28,130 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file