From a9cd07b4876f71fbfc7be3133cf0f4aa379334d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:06:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 423 +++++++++++++---------------------------------- 1 file changed, 117 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7095c51..7246c93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,326 +2,137 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Clock, MapPin, Smartphone, Star, Zap } from "lucide-react"; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Zap, Clock, Award, Star, Smartphone, MapPin } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);