Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
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."
|
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"
|
tag="Licensed & Insured Roofing Contractor"
|
||||||
tagIcon={Shield}
|
tagIcon={Shield}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "20+", label: "Years Experience" },
|
{ value: "20+", label: "Years Experience" },
|
||||||
{ value: "1000+", label: "Projects Completed" },
|
{ value: "1000+", label: "Projects Completed" },
|
||||||
|
|||||||
Reference in New Issue
Block a user