From 393b440441936a1cf144d218bdb31ea14a06c56e Mon Sep 17 00:00:00 2001 From: development Date: Sat, 7 Feb 2026 20:04:35 +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 d28a1bc..adb0f18 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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="none" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { description="Hernandez Roofing delivers top-quality roof installations, repairs, and maintenance services. Over 20 years of trusted service to residential and commercial properties." tag="Licensed & Insured Roofing Contractor" tagIcon={Shield} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "20+", label: "Years Experience" }, { value: "1000+", label: "Projects Completed" },