Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5321620104 | |||
| 25392f5558 | |||
| b5013be2f9 | |||
| bd59843a32 | |||
| 1422929485 | |||
| a5ab8f5fad | |||
| f76afb417d | |||
| fa74985d24 |
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { AlertTriangle, Shield, Zap, Factory, Wrench } from "lucide-react";
|
||||
import { AlertTriangle, Shield, Zap, Factory, Wrench, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Reliable Electrical Services for Greeley, Colorado"
|
||||
description="Full-service residential and commercial electrical contracting. Fast, safe, and professional work you can trust."
|
||||
description="Full-service residential and commercial electrical contracting. We are fully licensed in Northern Colorado with a team of safety-certified electricians ready to assist you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Electrician Now", href: "#contact"},
|
||||
@@ -155,9 +155,9 @@ export default function LandingPage() {
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "4.8", description: "Star Rating on Google"},
|
||||
id: "m1", value: "4.9", description: "Verified Google Star Rating ⭐"},
|
||||
{
|
||||
id: "m2", value: "18", description: "Verified Google Reviews"},
|
||||
id: "m2", value: "42+", description: "Verified Google Reviews"},
|
||||
{
|
||||
id: "m3", value: "$200", description: "Starting common job price"},
|
||||
]}
|
||||
@@ -253,4 +253,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user