Update src/app/page.tsx

This commit is contained in:
2026-02-15 02:34:56 +00:00
parent 44c85d2d93
commit fb6db22ffb

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -70,6 +70,7 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/people-working-together-new-movie_23-2149066332.jpg", imageAlt: "Filmmaker portfolio showcase"
}
]}
mediaAnimation="slide-up"
buttons={[
{ text: "View Our Work", href: "portfolio" },
{ text: "Start Your Project", href: "contact" }