From 6ac8d4dbaa9de1fb3ff54af995e599765fffd95b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:46:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf28ec0..7b55637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -66,22 +66,24 @@ export default function LandingPage() {
@@ -267,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file