Update src/app/page.tsx

This commit is contained in:
2026-04-09 20:30:19 +00:00
parent f76fed677e
commit 16d4dc6672

View File

@@ -78,11 +78,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=1",
imageAlt: "Luxurious house with new roof",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=1",
imageAlt: "Macro view of premium shingles",
},
{
@@ -94,7 +94,7 @@ export default function LandingPage() {
imageAlt: "Overhead view of roofing project",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg?_wi=1",
imageAlt: "Luxury home porch roof",
},
{
@@ -145,7 +145,7 @@ export default function LandingPage() {
title: "Roofing Services",
description: "Expert replacement, repair, and inspection tailored to your specific needs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2",
},
items: [
{
@@ -162,14 +162,14 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=3",
imageAlt: "luxury residential roof installation",
},
{
title: "Home Exterior",
description: "Quality siding and porch cover installation to enhance curb appeal.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg?_wi=2",
},
items: [
{
@@ -186,7 +186,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=2",
imageAlt: "premium architectural roof shingles",
},
]}