6 Commits

Author SHA1 Message Date
6ed677c735 Update theme colors 2026-03-10 20:34:13 +00:00
d7e103be84 Update src/app/services/painting/page.tsx 2026-03-10 20:26:02 +00:00
feb9d4f478 Merge version_4 into main
Merge version_4 into main
2026-03-10 20:12:10 +00:00
b3fad6a1e2 Update src/app/page.tsx 2026-03-10 20:12:06 +00:00
8b5ea73877 Merge version_3 into main
Merge version_3 into main
2026-03-10 19:55:11 +00:00
c230e583cf Merge version_3 into main
Merge version_3 into main
2026-03-10 19:53:31 +00:00
3 changed files with 12 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ import {
Calendar,
MessageCircle,
Phone,
CheckCircle,
} from "lucide-react";
export default function HomePage() {
@@ -58,8 +59,8 @@ export default function HomePage() {
<HeroOverlay
title="Reliable Home Services in Richmond, VA"
description="Professional handyman and home repair services you can trust. Fast, affordable, and locally owned since 2010."
tag="Local Home Services"
tagIcon={Hammer}
tag="✓ Licensed & Insured | 15+ Years Trusted"
tagIcon={CheckCircle}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg?_wi=2"
imageAlt="Professional handyman tools and equipment"

View File

@@ -28,9 +28,9 @@ export default function PaintingServicesPage() {
brandName="Earl Boys Services"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "/contact" }
]}
button={{

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f5f5f5;
--foreground: #000000;
--primary-cta: #000000;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000000;
--accent: #e6e6e6;
--background-accent: #d0d0d0;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);