Update src/app/page.tsx

This commit is contained in:
2026-06-10 07:53:12 +00:00
parent a5f30ae1fa
commit efabf84277

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
title="Five Star Painting LTD: Experience the Difference" title="Five Star Painting LTD: Experience the Difference"
description="Professional painting services for homes and businesses. Quality work, every time." description="Delivering professional painting services for homes and businesses with consistent quality."
kpis={[ kpis={[
{ {
value: "15+", label: "Years Experience"}, value: "15+", label: "Years Experience"},
@@ -258,4 +258,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }