diff --git a/src/app/page.tsx b/src/app/page.tsx index 42bdb3a..e6cb6fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Diamond, LayoutDashboard, Star, Tool, Wrench } from "lucide-react"; +import { Award, Diamond, LayoutDashboard, Star, Wrench, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -29,353 +29,154 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);