diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e2d847..517eefb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,198 +9,118 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Phone } from "lucide-react"; +import { Phone, Sparkles } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);