From 94a69f48c71cd057700385c32e0e6fefb4de2d68 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:09:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b159c9b..a9b3326 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Ikonic Plumbing | Luxury Emergency Plumbing Services 24/7", - description: "Professional plumbing solutions in your area. Licensed, insured, and certified. Emergency services, installations, repairs. Call (555) 123-4567 for immediate assistance.", - keywords: "plumbing services, emergency plumbing, licensed plumber, drain cleaning, water heater repair, pipe installation, 24/7 plumbing", - metadataBase: new URL("https://ikonicplumbing.com"), + title: "Ikonic Plumbing | Luxury Emergency Plumbing Services 24/7", description: "Professional plumbing solutions in your area. Licensed, insured, and certified. Emergency services, installations, repairs. Call (555) 123-4567 for immediate assistance.", keywords: "plumbing services, emergency plumbing, licensed plumber, drain cleaning, water heater repair, pipe installation, 24/7 plumbing", metadataBase: new URL("https://ikonicplumbing.com"), alternates: { - canonical: "https://ikonicplumbing.com", - }, + canonical: "https://ikonicplumbing.com"}, openGraph: { - title: "Ikonic Plumbing - Premium Professional Services", - description: "Award-winning plumbing company offering 24/7 emergency services, expert installations, and repairs. Trust the professionals.", - url: "https://ikonicplumbing.com", - siteName: "Ikonic Plumbing", - type: "website", - images: [ + title: "Ikonic Plumbing - Premium Professional Services", description: "Award-winning plumbing company offering 24/7 emergency services, expert installations, and repairs. Trust the professionals.", url: "https://ikonicplumbing.com", siteName: "Ikonic Plumbing", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", - alt: "Professional Plumbing Services by Ikonic", - }, + url: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", alt: "Professional Plumbing Services by Ikonic"}, ], }, twitter: { - card: "summary_large_image", - title: "Ikonic Plumbing - Your Trusted Plumbing Expert", - description: "Professional plumbing solutions available 24/7. Licensed, insured, and certified.", - images: ["http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"], + card: "summary_large_image", title: "Ikonic Plumbing - Your Trusted Plumbing Expert", description: "Professional plumbing solutions available 24/7. Licensed, insured, and certified.", images: ["http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"], }, robots: { index: true, @@ -1439,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From cc1a36d9deb1e5742d6c2eaa4caf2054ab16eb72 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:09:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 151 ++++++++++------------------------------------- 1 file changed, 31 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3e70c9..0532c9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,24 +42,18 @@ export default function HomePage() {
); -} \ No newline at end of file +}