Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ed677c735 | |||
| d7e103be84 | |||
| feb9d4f478 | |||
| b3fad6a1e2 | |||
| 8b5ea73877 | |||
| c230e583cf |
@@ -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"
|
||||
|
||||
@@ -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={{
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user