From fb8cc7b2e3f3b57e3c20f4db78458e50ae32cdad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:06:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7da657..54985b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -41,7 +41,7 @@ export default function LandingPage() {
-
-- 2.49.1