diff --git a/src/app/page.tsx b/src/app/page.tsx index df2f92c..7773af5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,397 +11,108 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Laptop, Smartphone, Tool } from "lucide-react"; +import { Laptop, Smartphone, Wrench } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - +
+ +
);