From de40f88b4339d26ff1e4dcb6998891202d4caa44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 22:43:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5ec0fd..b99cc7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; +import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit/AboutFeaturesSplit'; export default function LandingPage() { return (