From 7c6d3af01a12a69ff1a9ae7f1e13221d75254dd6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:14:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 78 +++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af2c2a6..6ede669 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,10 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; @@ -88,6 +87,20 @@ export default function HomePage() { /> +
+ +
+
-
- -
-
@@ -220,4 +202,4 @@ export default function HomePage() {
); -} \ No newline at end of file +}