7 Commits

Author SHA1 Message Date
25392f5558 Update src/app/page.tsx 2026-05-01 02:58:39 +00:00
b5013be2f9 Merge version_2 into main
Merge version_2 into main
2026-05-01 02:56:41 +00:00
bd59843a32 Update src/app/page.tsx 2026-05-01 02:56:38 +00:00
1422929485 Merge version_1 into main
Merge version_1 into main
2026-04-30 21:00:23 +00:00
a5ab8f5fad Merge version_1 into main
Merge version_1 into main
2026-04-30 20:59:59 +00:00
f76afb417d Merge version_1 into main
Merge version_1 into main
2026-04-30 20:59:28 +00:00
fa74985d24 Merge version_1 into main
Merge version_1 into main
2026-04-30 20:59:01 +00:00

View File

@@ -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"},
]} ]}