From 05a029857ecb6159169e2936cdc09297a42f5b96 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 7 Feb 2026 04:48:41 +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 d5b49a2..8495b85 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="sparkles-gradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { description="We create compelling user-generated content that builds trust and drives real results for your brand. From concept to delivery, Spike Media brings authenticity to every frame." tag="UGC Agency" tagIcon={Sparkles} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/woman-creating-their-own-vision-board_23-2150270426.jpg", imageAlt: "UGC content creation showcase" -- 2.49.1