10 Commits

Author SHA1 Message Date
0178a94670 Merge version_3 into main
Merge version_3 into main
2026-03-07 06:35:57 +00:00
74495db1de Update src/app/page.tsx 2026-03-07 06:35:53 +00:00
f8f6a43f0d Update src/app/layout.tsx 2026-03-07 06:35:53 +00:00
7ac0b932da Merge version_2 into main
Merge version_2 into main
2026-03-07 06:34:21 +00:00
b7cb0480dd Update src/app/page.tsx 2026-03-07 06:34:16 +00:00
84db6d0cf5 Update src/app/layout.tsx 2026-03-07 06:34:16 +00:00
f2575103f9 Merge version_1 into main
Merge version_1 into main
2026-03-07 06:33:01 +00:00
886c6b3332 Merge version_1 into main
Merge version_1 into main
2026-03-07 06:32:10 +00:00
2f2fa99c87 Merge version_1 into main
Merge version_1 into main
2026-03-07 06:30:42 +00:00
b66e1ed406 Merge version_1 into main
Merge version_1 into main
2026-03-07 06:29:26 +00:00
2 changed files with 10 additions and 40 deletions

View File

@@ -1,49 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Curly J's Electrical | Licensed Electrician Brunswick VIC", description: "Professional electrical services in Brunswick VIC. Smart lighting, safety switches, smoke alarms & more. Licensed, insured, 5-star rated. Call 0412 448 604.", keywords: "electrician Brunswick, licensed electrician VIC, electrical services, smart lighting, safety switches, smoke alarms", openGraph: {
title: "Curly J's Electrical - Your Trusted Local Electrician", description: "Professional electrical solutions from a licensed expert in Brunswick. Smart home automation, safety upgrades, and general electrical work.", type: "website", siteName: "Curly J's Electrical Innovations"},
twitter: {
card: "summary_large_image", title: "Curly J's Electrical Services", description: "Licensed electrician in Brunswick, VIC offering smart lighting, safety switches, and professional electrical solutions."},
robots: {
index: true,
follow: true,
},
};
title: "Curly J's Electrical - Professional Electrical Services", description: "Expert electrical solutions for your home. Licensed & insured. Smart lighting, safety switches, smoke alarms & more."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1411,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -103,15 +103,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Smart Home", title: "Automated Lighting Installation", subtitle: "Transform your home with smart controls", description: "Experience the convenience and energy efficiency of modern automated lighting systems. We install state-of-the-art smart lighting solutions that can be controlled remotely or voice-activated, perfect for creating the ideal ambiance in any room.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy-while-working-laptop-kitchen_482257-7934.jpg", imageAlt: "Smart lighting system", buttons: [{ text: "Get Quote", href: "#contact" }]
tag: "Smart Home", title: "Smart Home Automation", subtitle: "Transform your home with smart controls", description: "Experience the convenience and energy efficiency of modern automated lighting systems. We install state-of-the-art smart lighting solutions that can be controlled remotely or voice-activated, perfect for creating the ideal ambiance in any room.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy-while-working-laptop-kitchen_482257-7934.jpg", imageAlt: "Smart lighting system", buttons: [{ text: "Get Quote", href: "#contact" }]
},
{
id: 2,
tag: "Safety", title: "Smoke Alarm Installation & Replacement", subtitle: "Essential protection for your family", description: "Keep your loved ones safe with reliable smoke alarm installation and replacement services. We ensure your home meets all safety codes and standards with modern, interconnected smoke detection systems for comprehensive coverage.", imageSrc: "http://img.b2bpic.net/free-photo/computer-monitor-wooden-table-dark-room-top-view_169016-50531.jpg", imageAlt: "Smoke alarm installation", buttons: [{ text: "Get Quote", href: "#contact" }]
tag: "Protection", title: "Safety Switch Upgrades", subtitle: "Modern electrical protection", description: "Protect your household from electrical hazards with upgraded safety switches. Our expert installation ensures your electrical system meets current safety standards, providing peace of mind for you and your family.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "Safety switch installation", buttons: [{ text: "Get Quote", href: "#contact" }]
},
{
id: 3,
tag: "Protection", title: "Safety Switch Upgrades", subtitle: "Modern electrical protection", description: "Protect your household from electrical hazards with upgraded safety switches. Our expert installation ensures your electrical system meets current safety standards, providing peace of mind for you and your family.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "Safety switch installation", buttons: [{ text: "Get Quote", href: "#contact" }]
tag: "Safety", title: "Smoke Alarm Installation & Replacement", subtitle: "Essential protection for your family", description: "Keep your loved ones safe with reliable smoke alarm installation and replacement services. We ensure your home meets all safety codes and standards with modern, interconnected smoke detection systems for comprehensive coverage.", imageSrc: "http://img.b2bpic.net/free-photo/computer-monitor-wooden-table-dark-room-top-view_169016-50531.jpg", imageAlt: "Smoke alarm installation", buttons: [{ text: "Get Quote", href: "#contact" }]
},
{
id: 4,