diff --git a/src/app/page.tsx b/src/app/page.tsx index f287c3e..37766ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,442 +12,188 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Palette, Scissors, Star } from "lucide-react"; +import { Scissors, Palette, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- window.open('https://wa.me/your-number-here', '_blank')} - /> -
+
+ window.open('https://wa.me/your-number-here', '_blank')} + /> +
- +
);