From 5a3630b343cf21235d07e4af71c9873842db8ce7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:10:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++++++++++++++++++---------------------- 1 file changed, 132 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcaf789..19acb7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Headphones, Phone, ShieldCheck } from "lucide-react"; +import { Headphones, Phone, ShieldCheck, MessageCircle, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -28,126 +28,145 @@ export default function LandingPage() { headingFontWeight="bold" > - +
+ + + + + + +
-
- -
+ -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -- 2.49.1