From aa4af73b0bc8bf3f39086a7652f6c451c6172ed2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:34:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d527bd5..1f301c9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Professional Home Inspection | Professional Inspectors Group San Antonio', - description: 'Luxurious, professional home inspection services in San Antonio, TX. Thorough reporting and expert property assessment for peace of mind.', + title: 'Professional Inspectors Group | Expert Home Inspections', + description: 'Thorough and reliable home inspection services. Ensure your property investment is secure with our detailed reports.', openGraph: { "title": "Professional Home Inspection | Professional Inspectors Group", "description": "Expert home inspections with detailed reporting in San Antonio.", -- 2.49.1 From a71ed0ec765952f79bfd38ebabc8408fed9283a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:34:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 267 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 220 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97a1cd3..58ac6ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -156,56 +82,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Structural Integrity", - description: "Rigorous checks on foundations and framing.", - icon: Shield, + title: "Structural Integrity", description: "Rigorous checks on foundations and framing.", icon: Shield, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-safety-helmets_23-2148751997.jpg", - imageAlt: "Structure", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-used-by-manual-worker_329181-15641.jpg", - imageAlt: "Structure", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=2", - imageAlt: "home foundation inspection tool", + { imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-safety-helmets_23-2148751997.jpg", imageAlt: "Structure" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-used-by-manual-worker_329181-15641.jpg", imageAlt: "Structure" } + ] }, { - title: "Electrical Safety", - description: "Complete panel and wiring system diagnostics.", - icon: Zap, + title: "Electrical Safety", description: "Complete panel and wiring system diagnostics.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-wires-with-lineman-s-pliers_169016-16063.jpg", - imageAlt: "Electrical", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/female-electrical-engineer-checking-power-system-diagram-near-control-panel-engineering-inspection_169016-71743.jpg", - imageAlt: "Electrical", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-tablet-kitchen_23-2149041978.jpg", - imageAlt: "home foundation inspection tool", + { imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-wires-with-lineman-s-pliers_169016-16063.jpg", imageAlt: "Electrical" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-electrical-engineer-checking-power-system-diagram-near-control-panel-engineering-inspection_169016-71743.jpg", imageAlt: "Electrical" } + ] }, { - title: "Roof & Envelope", - description: "Advanced thermal imaging and physical inspection.", - icon: Home, + title: "Roof & Envelope", description: "Advanced thermal imaging and physical inspection.", icon: Home, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg", - imageAlt: "Roof", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", - imageAlt: "Roof", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=2", - imageAlt: "home foundation inspection tool", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-protection-helmet-full-shot_23-2149343641.jpg", imageAlt: "Roof" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", imageAlt: "Roof" } + ] + } ]} title="Comprehensive Inspection Services" description="We cover every detail of your future home to ensure you make an informed decision." @@ -218,36 +114,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "190+", - title: "Homes Inspected", - items: [ - "Residential", - "Retirement", - "First-time", - ], - }, - { - id: "m2", - value: "5.0", - title: "Client Rating", - items: [ - "Google Reviews", - "Consistency", - "Professionalism", - ], - }, - { - id: "m3", - value: "24h", - title: "Reporting Time", - items: [ - "Fast Delivery", - "Comprehensive", - "Detailed", - ], - }, + { id: "m1", value: "190+", title: "Homes Inspected", items: ["Residential", "Retirement", "First-time"] }, + { id: "m2", value: "5.0", title: "Client Rating", items: ["Google Reviews", "Consistency", "Professionalism"] }, + { id: "m3", value: "24h", title: "Reporting Time", items: ["Fast Delivery", "Comprehensive", "Detailed"] } ]} title="Excellence by the Numbers" description="Proven results for hundreds of satisfied homeowners." @@ -258,31 +127,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1