background animation and navbar logo animation

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-29 17:07:07 +05:00
parent 49f5c0979a
commit e71d774ccb
19 changed files with 388 additions and 35 deletions

View File

@@ -1,3 +1,4 @@
import BackAnimatsiya from "@/components/backAnimatsiya/backAnimatsiya";
import {
AboutUs,
Banner,
@@ -19,6 +20,7 @@ export default function Home() {
<Blog />
<Video />
<OurService />
{/* <BackAnimatsiya/> */}
{/* <Testimonial /> */}
</main>
);