diff --git a/src/app/page.tsx b/src/app/page.tsx index e8d1fa4..660a980 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Printer, ShieldCheck, Truck } from "lucide-react"; +import { Printer, ShieldCheck, Truck, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -27,265 +27,117 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);