From 2a012b0ae6af140112b2ada603f4b38f3d08553e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:26:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55a275e..cbff0a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; @@ -40,12 +40,12 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1