Merge version_1 into main #2

Merged
bender merged 7 commits from version_1 into main 2026-02-25 23:03:16 +00:00
7 changed files with 16 additions and 16 deletions

View File

@@ -118,7 +118,7 @@ export default function AboutPage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=3"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."

View File

@@ -60,7 +60,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=5"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."

View File

@@ -89,7 +89,7 @@ export default function ContactPage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=4"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."

View File

@@ -47,11 +47,11 @@ export default function HomePage() {
tag="Emergency & Winter Service Available"
background={{ variant: "aurora" }}
mediaItems={[
{ imageSrc: "http://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", imageAlt: "Professional roofing crew at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Expert roof repair in progress" },
{ imageSrc: "http://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: "Professional roofing crew at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1", imageAlt: "Expert roof repair in progress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "New roof installation" },
{ imageSrc: "http://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", imageAlt: "Y&B Roofing professional team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Emergency roofing service" }
{ imageSrc: "http://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=2", imageAlt: "Y&B Roofing professional team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "Emergency roofing service" }
]}
buttons={[
{ text: "Request Free Inspection", href: "/contact" },
@@ -153,7 +153,7 @@ export default function HomePage() {
quote: "We desperately needed our roof done in winter when other contractors wouldn't even return our calls. Y&B came through when others couldn't. Honest, responsive, and fair pricing. Exactly what we needed.",
tag: "Winter Service",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=3"
},
{
id: "2",
@@ -173,7 +173,7 @@ export default function HomePage() {
quote: "They came out very quickly and fixed my roof hatch with precision. Great service, great people, and honest pricing. No upselling, just solid work. This is the kind of contractor you want to call.",
tag: "Quick Service",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=4"
}
]}
textboxLayout="default"
@@ -196,7 +196,7 @@ export default function HomePage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=1"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."

View File

@@ -111,7 +111,7 @@ export default function ServicesPage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=2"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."

View File

@@ -110,7 +110,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=8"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."
@@ -170,7 +170,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=9"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."
@@ -254,7 +254,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=10"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."

View File

@@ -52,7 +52,7 @@ function ShopPageContent() {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=6"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."
@@ -110,7 +110,7 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=7"
imageAlt="Y&B Roofing professional team and quality work"
logoText="Y&B Roofing Inc."
copyrightText="© 2024 Y&B Roofing Inc. All rights reserved."