diff --git a/src/app/page.tsx b/src/app/page.tsx index f514a37..e4fffd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Database, Globe, Rocket } from "lucide-react"; export default function LandingPage() { return ( @@ -27,100 +26,103 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);