Update src/app/page.tsx

This commit is contained in:
2026-04-11 14:36:20 +00:00
parent 43e190bee3
commit cb95ec9a8b

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
href: "tel:+1234567890", href: "tel:+1234567890",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg" imageSrc="http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg?_wi=1"
imageAlt="Elite Roofing Co. Cinematic Roof" imageAlt="Elite Roofing Co. Cinematic Roof"
showDimOverlay={true} showDimOverlay={true}
/> />
@@ -91,7 +91,7 @@ export default function LandingPage() {
handle: "@michaeld", handle: "@michaeld",
testimonial: "Roof leak fixed the next day — highly recommend.", testimonial: "Roof leak fixed the next day — highly recommend.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg?_wi=2",
imageAlt: "Full shot man wearing protection helmet", imageAlt: "Full shot man wearing protection helmet",
}, },
{ {
@@ -100,7 +100,7 @@ export default function LandingPage() {
handle: "@lindam", handle: "@lindam",
testimonial: "Quality work at a fair price.", testimonial: "Quality work at a fair price.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-construction-tools-as-screwdriver-trowel-brick-hammer-wooden-background_141793-14414.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-construction-tools-as-screwdriver-trowel-brick-hammer-wooden-background_141793-14414.jpg?_wi=1",
imageAlt: "Full shot man wearing protection helmet", imageAlt: "Full shot man wearing protection helmet",
}, },
{ {
@@ -109,7 +109,7 @@ export default function LandingPage() {
handle: "@davidk", handle: "@davidk",
testimonial: "Impressive responsiveness and professional staff.", testimonial: "Impressive responsiveness and professional staff.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11117.jpg?_wi=1",
imageAlt: "Full shot man wearing protection helmet", imageAlt: "Full shot man wearing protection helmet",
}, },
{ {
@@ -118,7 +118,7 @@ export default function LandingPage() {
handle: "@erikb", handle: "@erikb",
testimonial: "Best roofing experience I have had so far.", testimonial: "Best roofing experience I have had so far.",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg?_wi=1",
imageAlt: "Full shot man wearing protection helmet", imageAlt: "Full shot man wearing protection helmet",
}, },
]} ]}
@@ -140,7 +140,7 @@ export default function LandingPage() {
descriptions: [ descriptions: [
"Fast leak detection & repair before damage spreads.", "Fast leak detection & repair before damage spreads.",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-construction-tools-as-screwdriver-trowel-brick-hammer-wooden-background_141793-14414.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-construction-tools-as-screwdriver-trowel-brick-hammer-wooden-background_141793-14414.jpg?_wi=2",
imageAlt: "Roof Repair Service", imageAlt: "Roof Repair Service",
}, },
{ {
@@ -149,7 +149,7 @@ export default function LandingPage() {
descriptions: [ descriptions: [
"24/7 rapid response when you need it most.", "24/7 rapid response when you need it most.",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11117.jpg?_wi=2",
imageAlt: "Emergency Roofing Service", imageAlt: "Emergency Roofing Service",
}, },
{ {
@@ -158,7 +158,7 @@ export default function LandingPage() {
descriptions: [ descriptions: [
"Durable, modern roofing built to last decades.", "Durable, modern roofing built to last decades.",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg?_wi=2",
imageAlt: "Roof Installation", imageAlt: "Roof Installation",
}, },
{ {