Merge version_1 into main #1
@@ -85,7 +85,7 @@ export default function AboutPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg?_wi=4"
|
||||
imageAlt="Urban Electrical & Air team"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg?_wi=5"
|
||||
imageAlt="Professional electrical service"
|
||||
buttonText="Send Request"
|
||||
inputs={[
|
||||
@@ -132,7 +132,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg?_wi=6"
|
||||
imageAlt="Electrician answering questions"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
@@ -20,6 +24,40 @@ const lato = Lato({
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Trusted Local Electricians Maryland NSW | Urban Electrical & Air",
|
||||
description: "Professional electrical services in Maryland NSW. Licensed electricians for repairs, kitchen wiring, appliance installation & more. Same-day response. Call 0411 643 201.",
|
||||
keywords: "electrician Maryland NSW, local electrician Newcastle, kitchen electrician, electrical repairs, appliance installation",
|
||||
metadataBase: new URL("https://urbanelectricalair.com.au"),
|
||||
alternates: {
|
||||
canonical: "https://urbanelectricalair.com.au",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Urban Electrical & Air - Local Electricians Maryland NSW",
|
||||
description: "Trusted electrical services for homes and renovations. Fast response, licensed professionals, quality workmanship.",
|
||||
siteName: "Urban Electrical & Air",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg",
|
||||
alt: "Professional electrician service",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Urban Electrical & Air - Local Electricians Maryland NSW",
|
||||
description: "Professional electrical services. Call 0411 643 201 for same-day service.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +66,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -64,7 +64,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg?_wi=1"
|
||||
imageAlt="Professional electrician performing electrical installation"
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
@@ -73,7 +73,7 @@ export default function HomePage() {
|
||||
handle: "@homeowner_md",
|
||||
testimonial: "Kevin did a great job wiring our kitchen renovation! Professional, on time, and excellent quality work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function HomePage() {
|
||||
handle: "@property_owner",
|
||||
testimonial: "Fixed our electrical issue quickly and efficiently. Very knowledgeable and friendly team. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function HomePage() {
|
||||
handle: "@family_home",
|
||||
testimonial: "Great service for our oven installation. They explained everything clearly and left the kitchen spotless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function HomePage() {
|
||||
handle: "@local_resident",
|
||||
testimonial: "Called them for an urgent electrical problem. They came out same day and solved it professionally.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=1",
|
||||
imageAlt: "David Williams",
|
||||
},
|
||||
]}
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg?_wi=2"
|
||||
imageAlt="Urban Electrical & Air team"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -200,25 +200,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-businessman-trendy-suit-smiling-standing-against-white-background_1258-170863.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Williams",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=2",
|
||||
imageAlt: "David Williams",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -68,7 +68,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Oven & Appliance Installation",
|
||||
description: "Professional electrical installation for ovens, cooktops, dishwashers, and other kitchen appliances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-construction-worker-overalls-male-electrician-overalls_169016-66687.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-construction-worker-overalls-male-electrician-overalls_169016-66687.jpg?_wi=1",
|
||||
imageAlt: "Professional oven electrical installation",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:0411643201",
|
||||
@@ -84,7 +84,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Power Points Installation",
|
||||
description: "Additional power point installation for renovations, home offices, entertainment areas, and more.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-construction-worker-overalls-male-electrician-overalls_169016-66687.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-construction-worker-overalls-male-electrician-overalls_169016-66687.jpg?_wi=2",
|
||||
imageAlt: "Power points and outlets installation",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:0411643201",
|
||||
@@ -108,7 +108,7 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg?_wi=3"
|
||||
imageAlt="Professional electrical service"
|
||||
buttonText="Send Request"
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user