diff --git a/src/app/services/electrical/page.tsx b/src/app/services/electrical/page.tsx new file mode 100644 index 0000000..9f58e06 --- /dev/null +++ b/src/app/services/electrical/page.tsx @@ -0,0 +1,19 @@ +"use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterCard from '@/components/sections/footer/FooterCard'; + +export default function ElectricalPage() { + return ( + + +
+

Electrical Work

+

Certified electrical services including light installations, panel upgrades, and safety inspections.

+
+ + +
+ ); +} \ No newline at end of file