From 0b8e6ecc5b393ae3e9d641b5ff901b9280edf324 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:10:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 +++++++++++++++++------------------------------ 1 file changed, 100 insertions(+), 180 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);