From 97dc6cc00129f680ab13f1238729b0b096176d28 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:59:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 588 ++++++++++++++--------------------------------- 1 file changed, 167 insertions(+), 421 deletions(-) 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')} + /> +
- +
); -- 2.49.1