Compare commits
4 Commits
version_4
...
a927dcf95c
| Author | SHA1 | Date | |
|---|---|---|---|
| a927dcf95c | |||
| da0aeb861a | |||
| 8263efe1e9 | |||
| 8e8378a30f |
@@ -1270,4 +1270,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles } from "lucide-react";
|
||||
import { Sparkles, Star } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
@@ -274,4 +274,4 @@ export default function CinemaPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user