From 2eb3b97a09bee2a4409d9c7899c525910e88e4fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:21:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 303 +++++++++++++++-------------------------------- 1 file changed, 94 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f5e47e..9fc4848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import LegalSection from '@/components/legal/LegalSection'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Award, Star, Users } from "lucide-react"; +import LegalSection from '@/components/legal/LegalSection'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Star, Users, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -26,216 +26,101 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -} +} \ No newline at end of file