From c87e9ae4a9949ea039aabb2c7490e919afa7f79e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 23:41:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 361 +++++++++++++---------------------------------- 1 file changed, 97 insertions(+), 264 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c58ec85..f7d7339 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Facebook, Instagram, Shield, Twitter, Zap } from "lucide-react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import ContactText from '@/components/sections/contact/ContactText'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Zap, Shield, Award, LayoutDashboard, Settings, User, FileText, ChevronRight } from "lucide-react"; export default function LandingPage() { return ( @@ -27,268 +27,101 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1