diff --git a/src/app/page.tsx b/src/app/page.tsx index 114ce68..7700b0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,298 +10,138 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Star, Heart, Smile } from 'lucide-react'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file