Merge version_1 into main #4

Merged
bender merged 6 commits from version_1 into main 2026-03-03 01:18:17 +00:00
6 changed files with 31 additions and 31 deletions

View File

@@ -81,10 +81,10 @@ export default function AboutPage() {
tag: "Heritage", title: "25+ Years of Excellence", subtitle: "Trusted by Houston homeowners since 1999", description: "McPhail Roofing & Siding was founded on the principle that quality craftsmanship and honest customer relationships are the foundation of a great business. For over two decades, we've been the trusted choice for premium roofing and siding solutions across the Greater Houston area.", imageSrc: "http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg", imageAlt: "McPhail team of professionals"},
{
id: 2,
tag: "Mission", title: "Built on Integrity", subtitle: "Honest work, fair pricing, expert service", description: "Our mission is simple: deliver superior roofing and siding services with complete transparency and respect for every homeowner's property and budget. We believe that superior results, combined with honest communication, create lasting customer relationships.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Professional roofing installation"},
tag: "Mission", title: "Built on Integrity", subtitle: "Honest work, fair pricing, expert service", description: "Our mission is simple: deliver superior roofing and siding services with complete transparency and respect for every homeowner's property and budget. We believe that superior results, combined with honest communication, create lasting customer relationships.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=4", imageAlt: "Professional roofing installation"},
{
id: 3,
tag: "Credentials", title: "Licensed & Insured", subtitle: "All certifications and insurance up to date", description: "McPhail is fully licensed, bonded, and insured. Our team members are trained in the latest roofing and siding techniques, and we maintain all necessary certifications to ensure your peace of mind with every project.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Professional credentials"},
tag: "Credentials", title: "Licensed & Insured", subtitle: "All certifications and insurance up to date", description: "McPhail is fully licensed, bonded, and insured. Our team members are trained in the latest roofing and siding techniques, and we maintain all necessary certifications to ensure your peace of mind with every project.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=4", imageAlt: "Professional credentials"},
]}
/>
</div>
@@ -123,7 +123,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg"
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg?_wi=6"
imageAlt="Professional roofing and siding services"
logoText="McPhail Siding & Roofing"
copyrightText="© 2025 McPhail Siding and Roofing LLC. All rights reserved."

View File

@@ -81,7 +81,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg"
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg?_wi=5"
imageAlt="Professional roofing and siding services"
logoText="McPhail Siding & Roofing"
copyrightText="© 2025 McPhail Siding and Roofing LLC. All rights reserved."

View File

@@ -76,16 +76,16 @@ export default function GalleryPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Roof Installation - Memorial Area", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", imageAlt: "Roof installation before and after", initialQuantity: 1,
id: "1", name: "Roof Installation - Memorial Area", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=3", imageAlt: "Roof installation before and after", initialQuantity: 1,
},
{
id: "2", name: "Siding Replacement - Sugar Land", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg", imageAlt: "Siding replacement before and after", initialQuantity: 1,
id: "2", name: "Siding Replacement - Sugar Land", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg?_wi=2", imageAlt: "Siding replacement before and after", initialQuantity: 1,
},
{
id: "3", name: "Storm Damage Restoration - Pearland", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Storm damage repair before and after", initialQuantity: 1,
id: "3", name: "Storm Damage Restoration - Pearland", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=4", imageAlt: "Storm damage repair before and after", initialQuantity: 1,
},
{
id: "4", name: "Full Exterior Renovation - Pasadena", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Complete exterior renovation project", initialQuantity: 1,
id: "4", name: "Full Exterior Renovation - Pasadena", price: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=3", imageAlt: "Complete exterior renovation project", initialQuantity: 1,
},
]}
gridVariant="bento-grid"
@@ -109,7 +109,7 @@ export default function GalleryPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg"
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg?_wi=3"
imageAlt="Professional roofing and siding services"
logoText="McPhail Siding & Roofing"
copyrightText="© 2025 McPhail Siding and Roofing LLC. All rights reserved."

View File

@@ -87,7 +87,7 @@ export default function HomePage() {
{ text: "CALL NOW", href: "tel:+17135551234" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=1"
imageAlt="Professional roof installation by McPhail"
mediaAnimation="slide-up"
imagePosition="right"
@@ -106,16 +106,16 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Craftsmanship", title: "Superior Quality", subtitle: "Expert installation you can trust", description: "We use only high-quality materials and employ skilled craftsmen with decades of combined experience. Every installation meets the highest industry standards.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "Quality roofing installation"},
tag: "Craftsmanship", title: "Superior Quality", subtitle: "Expert installation you can trust", description: "We use only high-quality materials and employ skilled craftsmen with decades of combined experience. Every installation meets the highest industry standards.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=2", imageAlt: "Quality roofing installation"},
{
id: 2,
tag: "Reliability", title: "Fast & Dependable", subtitle: "We show up on time, every time", description: "Reliable service means arriving when we promise and completing jobs right the first time. Your time matters, and so does your home.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Professional siding work"},
tag: "Reliability", title: "Fast & Dependable", subtitle: "We show up on time, every time", description: "Reliable service means arriving when we promise and completing jobs right the first time. Your time matters, and so does your home.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=1", imageAlt: "Professional siding work"},
{
id: 3,
tag: "Transparency", title: "Honest Pricing", subtitle: "No surprises, no hidden fees", description: "We believe in straightforward pricing and clear communication. Get fair quotes and understand exactly what you're paying for.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", imageAlt: "Before and after roof comparison"},
tag: "Transparency", title: "Honest Pricing", subtitle: "No surprises, no hidden fees", description: "We believe in straightforward pricing and clear communication. Get fair quotes and understand exactly what you're paying for.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=1", imageAlt: "Before and after roof comparison"},
{
id: 4,
tag: "Support", title: "Insurance Specialists", subtitle: "We handle the paperwork", description: "Storm damage? We work directly with insurance companies to help maximize your coverage and minimize your out-of-pocket costs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Storm damage repair work"},
tag: "Support", title: "Insurance Specialists", subtitle: "We handle the paperwork", description: "Storm damage? We work directly with insurance companies to help maximize your coverage and minimize your out-of-pocket costs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=1", imageAlt: "Storm damage repair work"},
]}
/>
</div>
@@ -132,13 +132,13 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Homeowner, Pearland", testimonial: "McPhail exceeded all my expectations. Professional, punctual, and the quality of work is outstanding. My new roof looks amazing and I feel confident it will last for decades.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Johnson testimonial"},
id: "1", name: "Sarah Johnson", handle: "Homeowner, Pearland", testimonial: "McPhail exceeded all my expectations. Professional, punctual, and the quality of work is outstanding. My new roof looks amazing and I feel confident it will last for decades.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"},
{
id: "2", name: "Michael Chen", handle: "Homeowner, Sugar Land", testimonial: "After a storm damaged my roof, McPhail handled everything - the inspection, insurance paperwork, and the repair. Couldn't ask for better service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Chen testimonial"},
id: "2", name: "Michael Chen", handle: "Homeowner, Sugar Land", testimonial: "After a storm damaged my roof, McPhail handled everything - the inspection, insurance paperwork, and the repair. Couldn't ask for better service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Michael Chen testimonial"},
{
id: "3", name: "Emily Rodriguez", handle: "Homeowner, Houston", testimonial: "The team showed up on time, worked efficiently, and left everything clean. They installed beautiful new siding and the pricing was fair. Will definitely call them again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emily Rodriguez testimonial"},
id: "3", name: "Emily Rodriguez", handle: "Homeowner, Houston", testimonial: "The team showed up on time, worked efficiently, and left everything clean. They installed beautiful new siding and the pricing was fair. Will definitely call them again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Emily Rodriguez testimonial"},
{
id: "4", name: "David Kim", handle: "Homeowner, League City", testimonial: "Professional, honest, and reliable. They gave me a realistic quote with no hidden fees and delivered exactly what they promised. Best contractor experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim testimonial"},
id: "4", name: "David Kim", handle: "Homeowner, League City", testimonial: "Professional, honest, and reliable. They gave me a realistic quote with no hidden fees and delivered exactly what they promised. Best contractor experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "David Kim testimonial"},
{
id: "5", name: "Jennifer Martinez", handle: "Homeowner, Pasadena", testimonial: "Fantastic from start to finish. The crew was respectful of my home, explained everything they were doing, and the final result is perfect. Five stars all the way.", icon: Star,
},
@@ -190,7 +190,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg"
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg?_wi=1"
imageAlt="Professional roofing and siding services"
logoText="McPhail Siding & Roofing"
copyrightText="© 2025 McPhail Siding and Roofing LLC. All rights reserved."

View File

@@ -77,13 +77,13 @@ export default function ReviewsPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Homeowner, Pearland", testimonial: "McPhail exceeded all my expectations. Professional, punctual, and the quality of work is outstanding. My new roof looks amazing and I feel confident it will last for decades.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Johnson testimonial"},
id: "1", name: "Sarah Johnson", handle: "Homeowner, Pearland", testimonial: "McPhail exceeded all my expectations. Professional, punctual, and the quality of work is outstanding. My new roof looks amazing and I feel confident it will last for decades.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5", imageAlt: "Sarah Johnson testimonial"},
{
id: "2", name: "Michael Chen", handle: "Homeowner, Sugar Land", testimonial: "After a storm damaged my roof, McPhail handled everything - the inspection, insurance paperwork, and the repair. Couldn't ask for better service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Chen testimonial"},
id: "2", name: "Michael Chen", handle: "Homeowner, Sugar Land", testimonial: "After a storm damaged my roof, McPhail handled everything - the inspection, insurance paperwork, and the repair. Couldn't ask for better service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=6", imageAlt: "Michael Chen testimonial"},
{
id: "3", name: "Emily Rodriguez", handle: "Homeowner, Houston", testimonial: "The team showed up on time, worked efficiently, and left everything clean. They installed beautiful new siding and the pricing was fair. Will definitely call them again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emily Rodriguez testimonial"},
id: "3", name: "Emily Rodriguez", handle: "Homeowner, Houston", testimonial: "The team showed up on time, worked efficiently, and left everything clean. They installed beautiful new siding and the pricing was fair. Will definitely call them again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=7", imageAlt: "Emily Rodriguez testimonial"},
{
id: "4", name: "David Kim", handle: "Homeowner, League City", testimonial: "Professional, honest, and reliable. They gave me a realistic quote with no hidden fees and delivered exactly what they promised. Best contractor experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim testimonial"},
id: "4", name: "David Kim", handle: "Homeowner, League City", testimonial: "Professional, honest, and reliable. They gave me a realistic quote with no hidden fees and delivered exactly what they promised. Best contractor experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=8", imageAlt: "David Kim testimonial"},
{
id: "5", name: "Jennifer Martinez", handle: "Homeowner, Pasadena", testimonial: "Fantastic from start to finish. The crew was respectful of my home, explained everything they were doing, and the final result is perfect. Five stars all the way.", icon: Star,
},
@@ -117,7 +117,7 @@ export default function ReviewsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg"
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg?_wi=4"
imageAlt="Professional roofing and siding services"
logoText="McPhail Siding & Roofing"
copyrightText="© 2025 McPhail Siding and Roofing LLC. All rights reserved."

View File

@@ -77,22 +77,22 @@ export default function ServicesPage() {
features={[
{
id: 1,
tag: "Roofing", title: "Roof Installation", subtitle: "New roofs with lifetime protection", description: "Professional installation of premium roofing materials. We ensure proper ventilation, flashing, and waterproofing for years of protection.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", imageAlt: "New roof installation"},
tag: "Roofing", title: "Roof Installation", subtitle: "New roofs with lifetime protection", description: "Professional installation of premium roofing materials. We ensure proper ventilation, flashing, and waterproofing for years of protection.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=3", imageAlt: "New roof installation"},
{
id: 2,
tag: "Roofing", title: "Roof Replacement", subtitle: "Replace aging roofs efficiently", description: "Is your roof showing its age? We remove old materials properly and install new, durable roofing that protects your home.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", imageAlt: "Roof replacement project"},
tag: "Roofing", title: "Roof Replacement", subtitle: "Replace aging roofs efficiently", description: "Is your roof showing its age? We remove old materials properly and install new, durable roofing that protects your home.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=2", imageAlt: "Roof replacement project"},
{
id: 3,
tag: "Roofing", title: "Roof Repairs", subtitle: "Quick fixes for leaks and damage", description: "Storm damage, leaks, or missing shingles? We provide fast, reliable repairs to prevent further damage to your home.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Roof repair services"},
tag: "Roofing", title: "Roof Repairs", subtitle: "Quick fixes for leaks and damage", description: "Storm damage, leaks, or missing shingles? We provide fast, reliable repairs to prevent further damage to your home.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=2", imageAlt: "Roof repair services"},
{
id: 4,
tag: "Siding", title: "Siding Installation", subtitle: "Enhance curb appeal and durability", description: "Transform your home's exterior with professional siding installation. We offer multiple material options for style and budget.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Siding installation work"},
tag: "Siding", title: "Siding Installation", subtitle: "Enhance curb appeal and durability", description: "Transform your home's exterior with professional siding installation. We offer multiple material options for style and budget.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=2", imageAlt: "Siding installation work"},
{
id: 5,
tag: "Siding", title: "Siding Replacement", subtitle: "Update worn or damaged siding", description: "Worn siding affects your home's protection and appearance. We install quality replacement siding that lasts decades.", imageSrc: "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg", imageAlt: "Before and after siding replacement"},
tag: "Siding", title: "Siding Replacement", subtitle: "Update worn or damaged siding", description: "Worn siding affects your home's protection and appearance. We install quality replacement siding that lasts decades.", imageSrc: "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg?_wi=1", imageAlt: "Before and after siding replacement"},
{
id: 6,
tag: "Restoration", title: "Storm Damage Restoration", subtitle: "Emergency repairs and full restoration", description: "Storm damage requires immediate attention. We provide 24/7 emergency services and work with your insurance for fast restoration.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Storm damage restoration"},
tag: "Restoration", title: "Storm Damage Restoration", subtitle: "Emergency repairs and full restoration", description: "Storm damage requires immediate attention. We provide 24/7 emergency services and work with your insurance for fast restoration.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=3", imageAlt: "Storm damage restoration"},
]}
/>
</div>
@@ -113,7 +113,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg"
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15684.jpg?_wi=2"
imageAlt="Professional roofing and siding services"
logoText="McPhail Siding & Roofing"
copyrightText="© 2025 McPhail Siding and Roofing LLC. All rights reserved."