diff --git a/src/app/page.tsx b/src/app/page.tsx index ad0749e..b8204e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import MediaAbout from "@/components/sections/about/MediaAbout"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; @@ -71,71 +71,29 @@ export default function LandingPage() {