Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-22 20:48:23 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="aurora"
background="none"
cardStyle="subtle-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Award-winning video content creator and filmmaker based in Dubai. Specializing in cinematic videos, brand storytelling, and engaging social media content that captivates audiences."
tag="Video Creator"
tagIcon={Sparkles}
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "View Portfolio", href: "portfolio" },
{ text: "Get in Touch", href: "contact" }