diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b690d5..7b167ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Sparkles, Coffee, Smile } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,273 +27,115 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file