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 +}