Update src/app/page.tsx
This commit is contained in:
@@ -55,23 +55,23 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg?_wi=1",
|
||||
imageAlt: "Metal standing seam roofing installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=1",
|
||||
imageAlt: "Professional metal roof construction"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg?_wi=1",
|
||||
imageAlt: "Modern metal roofing design"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=1",
|
||||
imageAlt: "Expert roofing craftsmanship"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=1",
|
||||
imageAlt: "Standing seam durability and precision"
|
||||
}
|
||||
]}
|
||||
@@ -89,21 +89,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
title: "Responsive & Professional Communication",
|
||||
tags: ["Quick Replies", "Clear Next Steps"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=1",
|
||||
imageAlt: "Professional roofing team"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Standing Seam Expertise",
|
||||
tags: ["Premium Installs", "Precision Detail"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=2",
|
||||
imageAlt: "Standing seam metal roofing installation"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Respectful Job Sites & Clean Finishes",
|
||||
tags: ["Organized Work", "No Mess Left"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=1",
|
||||
imageAlt: "Professional and clean job site"
|
||||
}
|
||||
]}
|
||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
||||
name: "Standing Seam Metal Roofing",
|
||||
price: "Custom Quote",
|
||||
variant: "New Installs • Re-roofs • Cottage & Barn",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=3",
|
||||
imageAlt: "Standing seam metal roofing"
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
name: "Repairs & Metal Panel Replacement",
|
||||
price: "Custom Quote",
|
||||
variant: "Leak Diagnostics • Panel Replacement • Flashing",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=2",
|
||||
imageAlt: "Metal roof repair and maintenance"
|
||||
},
|
||||
{
|
||||
@@ -173,7 +173,7 @@ export default function HomePage() {
|
||||
title: "Repeat & Referral Customers"
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=2"
|
||||
imageAlt="Martinez Metal Roofing team at work"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
quote: "We hired Martinez for our first home roof, and we were so impressed we called them back for our cottage. That's how you know it's a great company.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Homeowner",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
quote: "From the initial call to the final walkthrough, everything went smoothly. They showed up on time and communicated every step of the way.",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
@@ -211,7 +211,7 @@ export default function HomePage() {
|
||||
quote: "The standing seam roof looks incredible. The precision and attention to detail is obvious the moment you look at it. Highly recommend.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
quote: "What impressed me most was how clean they kept the job site. No debris, no mess, and the work quality speaks for itself. Truly professional.",
|
||||
name: "David Kim",
|
||||
role: "Property Owner",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1",
|
||||
imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
@@ -229,7 +229,7 @@ export default function HomePage() {
|
||||
quote: "Joseph and his team bring real expertise to every project. They answered all my questions and made the whole experience stress-free.",
|
||||
name: "Jennifer Walsh",
|
||||
role: "Homeowner",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Walsh"
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
quote: "Clear communication, fair pricing, excellent craftsmanship. This is what premium service looks like. Already planning my next project with them.",
|
||||
name: "Robert Martinez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Robert Martinez"
|
||||
}
|
||||
]}
|
||||
@@ -250,7 +250,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg?_wi=1"
|
||||
imageAlt="Metal roofing texture and detail"
|
||||
logoText="Martinez Metal Roofing & Construction"
|
||||
copyrightText="© 2025 Martinez Metal Roofing & Construction. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user