9 Commits

Author SHA1 Message Date
1d0d5cf357 Update src/app/layout.tsx 2026-03-08 02:03:34 +00:00
3c6d816a78 Update src/app/page.tsx 2026-03-08 02:02:48 +00:00
ff214ac558 Update src/app/layout.tsx 2026-03-08 02:02:48 +00:00
6059d953a4 Update src/app/services/page.tsx 2026-03-08 02:01:16 +00:00
1750fd347e Update src/app/page.tsx 2026-03-08 02:01:15 +00:00
30a07786d4 Update src/app/contact/page.tsx 2026-03-08 02:01:15 +00:00
467b2de07a Update src/app/about/page.tsx 2026-03-08 02:01:15 +00:00
1cd429cac7 Merge version_1 into main
Merge version_1 into main
2026-03-08 01:58:51 +00:00
58864c7c59 Update src/app/page.tsx 2026-03-08 01:58:47 +00:00
2 changed files with 9 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -103,7 +103,7 @@ export default function HomePage() {
<div id="services" data-section="services">
<FeatureCardTwelve
title="Electrical Services We Provide"
description="Comprehensive electrical solutions for your home and business"
description="All work backed by our satisfaction guarantee and licensed professionals. Comprehensive electrical solutions for your home and business."
tag="Our Services"
textboxLayout="default"
useInvertedBackground={false}
@@ -262,4 +262,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}