Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Reliable Electrical Services for Greeley, Colorado"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Your Electrician Now", href: "#contact"},
|
text: "Book Your Electrician Now", href: "#contact"},
|
||||||
@@ -155,9 +155,9 @@ export default function LandingPage() {
|
|||||||
tag="Our Achievements"
|
tag="Our Achievements"
|
||||||
metrics={[
|
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"},
|
id: "m3", value: "$200", description: "Starting common job price"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user