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, 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() {