From c2c68266c4756cb624ad33728a8216ed3eb01701 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:29:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++++++++++++++++++----------------------- 1 file changed, 116 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47dd735..693f912 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ButtonExpandHover from '@/components/button/ButtonExpandHover'; export default function LandingPage() { return ( @@ -27,125 +28,129 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + + +
+ +
); -} \ No newline at end of file +} -- 2.49.1