From 7e5e6dbbd2263e511d97ea85fab044c79fbdeb86 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:52:06 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 612a01a..1d358ad 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,25 +52,25 @@ export default function AboutPage() { id: 1, title: "Corrosion-Resistant Material", description: "Premium 304/316 stainless steel formulation withstands extreme weather, salt spray, and industrial environments without degradation. Superior longevity compared to conventional materials.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=7", }, { id: 2, title: "Expert Installation Support", description: "Comprehensive technical guidance for both DIY homeowners and professional contractors. Detailed sizing charts, installation videos, and 24/7 phone support included.", - imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=7", }, { id: 3, title: "Industry-Leading Warranty", description: "30-year material warranty covering manufacturing defects. Extended commercial warranty available. Transferable warranty builds homeowner confidence in durability.", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=7", }, { id: 4, title: "Fast Reliable Shipping", description: "Direct-to-site delivery for residential orders. Bulk shipment programs for contractors. Same-day order processing and expedited options available.", - imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg?_wi=3", }, ]} /> @@ -93,7 +93,7 @@ export default function AboutPage() { quote: "We renovated our 1950s home and needed a chimney that would last. ChimneyPro's stainless steel system is beautiful, durable, and the installation support was invaluable. Five years later, zero corrosion or issues.", name: "Margaret Chen", role: "Homeowner, Portland OR", - imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=2", imageAlt: "Margaret Chen", }, { @@ -102,7 +102,7 @@ export default function AboutPage() { quote: "As a general contractor, I specify ChimneyPro on every residential and commercial project. The quality is consistent, pricing is fair, and their account support makes bulk ordering seamless. My clients always ask about the warranty.", name: "James Morrison", role: "General Contractor, Austin TX", - imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184904.jpg?_wi=2", imageAlt: "James Morrison", }, { @@ -111,7 +111,7 @@ export default function AboutPage() { quote: "We specified ChimneyPro chimneys for a coastal commercial project. Two years in salt-spray environment and they're performing flawlessly. The 304/316 stainless composition was exactly what we needed. Highly recommend.", name: "Dr. Linda Vasquez", role: "Structural Engineer, San Diego CA", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg?_wi=2", imageAlt: "Dr. Linda Vasquez", }, ]} -- 2.49.1 From 578d2aa45b2bbd63f66def8b86d4a81c2d9230ac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:52:07 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bed006a..dd1b2d2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "noiseDiagonalGradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/smiling-manager-shaking-hands-with-new-worker_1139-206.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-manager-shaking-hands-with-new-worker_1139-206.jpg?_wi=2" imageAlt="Professional chimney consultation" mediaAnimation="slide-up" mediaPosition="right" @@ -67,7 +67,7 @@ export default function ContactPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/architect-sat-inspected-building-plan_1150-24378.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architect-sat-inspected-building-plan_1150-24378.jpg?_wi=2" imageAlt="Customer support team" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From edfa19dff7bdfc34650fb7f876a381e9ebe0f02d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:52:07 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 54 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0f7096a..bbf781b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,55 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "Premium Stainless Steel Chimneys | ChimneyPro", + description: "Durable, corrosion-resistant stainless steel chimney systems for residential and commercial properties. 30-year warranty, expert installation support, fast shipping.", + keywords: "stainless steel chimneys, chimney systems, residential chimneys, commercial chimneys, corrosion resistant, chimney installation", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Premium Stainless Steel Chimneys Built to Last", + description: "Durable, corrosion-resistant chimney systems trusted by homeowners and contractors nationwide. 30-year warranty included.", + siteName: "ChimneyPro", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg", + alt: "Premium stainless steel chimney system", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Premium Stainless Steel Chimneys | ChimneyPro", + description: "Durable chimney systems for homes and commercial properties. 30-year warranty.", + images: ["http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg"], + }, +}; export default function RootLayout({ children, @@ -31,7 +59,9 @@ export default function RootLayout({ return ( - + {children}