diff --git a/src/app/page.tsx b/src/app/page.tsx index 4568f86..99ae045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,527 +11,190 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Image, Music, Users } from "lucide-react"; +import { Music, Users, Image } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);