diff --git a/src/app/page.tsx b/src/app/page.tsx index f84ada6..b269959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; @@ -72,36 +72,27 @@ export default function LandingPage() {
-
@@ -345,4 +336,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}