From dd797a92016ed2cfe5dde939f2a2eeba171b449c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 00:03:10 +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 642a80f..4f12f77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; +import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand/HeroBillboardBrand'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';