From c25d8d9a25e83876cc3b707125dcec869beab51e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:39:53 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d8977f9..8b6c68d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const dmSans = DM_Sans({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "IONIX ELECTRICAL - Melbourne's Trusted Local Electricians", description: "Fast, reliable electrical services for homes and businesses across Melbourne's western suburbs. Licensed, insured, and 5-star rated."}; + title: "IONIX ELECTRICAL - Melbourne's Trusted Local Electricians", description: "Fast, reliable electrical services for homes and businesses across Melbourne's western suburbs. Licensed, insured, and 5-star rated." +}; export default function RootLayout({ children, -- 2.49.1 From 1b5a608c8eeaca42c61d39515570f3bd05114519 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:39:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2557205..0bc8e1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Zap, CheckCircle, Clock, Award, Lightbulb, Shield, Star, MapPin, TrendingUp } from "lucide-react"; +import { Zap, CheckCircle, Clock, Award, Lightbulb, Shield, Star, MapPin, TrendingUp, PhoneCall } from "lucide-react"; export default function LandingPage() { return ( @@ -87,34 +87,34 @@ export default function LandingPage() {
-- 2.49.1