From 0eaaf515e98243fb5905f8e3b2a138b31722bcf6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 13:59:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 345 ++++++++++++++++++++++++----------------------- 1 file changed, 176 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5055623..89bb52c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,187 +2,194 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactText from "@/components/sections/contact/ContactText"; +import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import { Briefcase, Building, Database, Diamond, Loader, ShieldCheck, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); -} \ No newline at end of file +} -- 2.49.1