From 905f2f82fd80274fd321b095e95fa0f8ddcf35a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:49:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc903c4..364783f 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 BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Flame, Shield, Star, Trophy, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -42,13 +42,11 @@ export default function LandingPage() {
-
-
- - -
-
-
-
- -
- -
-
); -} +} \ No newline at end of file