9 Commits

Author SHA1 Message Date
f796151d4a Update src/app/services/page.tsx 2026-03-02 02:31:32 +00:00
fe852c92e9 Update src/app/reviews/page.tsx 2026-03-02 02:31:31 +00:00
f62316cf27 Update src/app/page.tsx 2026-03-02 02:31:30 +00:00
3c9b56091b Update src/app/layout.tsx 2026-03-02 02:31:30 +00:00
160059b562 Update src/app/contact/page.tsx 2026-03-02 02:31:29 +00:00
3691f4d649 Update src/app/about/page.tsx 2026-03-02 02:31:28 +00:00
f226ca4cce Merge version_1 into main
Merge version_1 into main
2026-03-02 02:26:57 +00:00
34981c1cf3 Merge version_1 into main
Merge version_1 into main
2026-03-02 02:26:09 +00:00
f70880c738 Merge version_1 into main
Merge version_1 into main
2026-03-02 02:23:01 +00:00
6 changed files with 7 additions and 7 deletions

View File

@@ -113,4 +113,4 @@ export default function AboutPage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -144,4 +144,4 @@ export default function ContactPage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -43,7 +43,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="STEMPLE ELECTRIC"
logoText="STEMPLE ELECTRIC"
description="Bright, reliable electrical work done right. Residential & light commercial electrical services across Wyoming. Clean work, clear pricing, and fast scheduling."
background={{ variant: "radial-gradient" }}
buttons={[
@@ -221,4 +221,4 @@ export default function HomePage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -137,4 +137,4 @@ export default function ReviewsPage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -221,4 +221,4 @@ export default function ServicesPage() {
/>
</ThemeProvider>
);
}
}