From 15fe09d6ccc8daee9b42bbc9313a081fe3891979 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:46:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 259 ++++++++++++++++++++++++----------------------- 1 file changed, 132 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91d7e5d..c745f25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; export default function LandingPage() { return ( @@ -25,134 +25,139 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1