From 0b9a43777a7cc823d9f7988801247aa758945e37 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:49:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 +++++++++++++++++------------------------------ 1 file changed, 82 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae78ea8..ff072bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Sparkles } from "lucide-react"; +import { Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -28,151 +24,88 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1