Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2025-12-25 14:23:35 +00:00
Showing only changes of commit 0ff335794e - Show all commits

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
@@ -305,4 +305,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}