From 743499e376e923d9b3d7a3ca53d30e5c0c6e76ed Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:48:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d8da26..ef9e8c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } -- 2.49.1