Update src/app/page.tsx

This commit is contained in:
2026-02-25 18:39:21 +00:00
parent c074f4676a
commit ed80eccc57

View File

@@ -62,27 +62,27 @@ export default function HomePage() {
}, },
{ {
id: "2", id: "2",
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=1",
imageAlt: "roof repair leak fix maintenance professional" imageAlt: "roof repair leak fix maintenance professional"
}, },
{ {
id: "3", id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1",
imageAlt: "roof replacement new roof installation roofing shingles" imageAlt: "roof replacement new roof installation roofing shingles"
}, },
{ {
id: "4", id: "4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iakob3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iakob3&_wi=1",
imageAlt: "storm damage hail wind damage weather inspection" imageAlt: "storm damage hail wind damage weather inspection"
}, },
{ {
id: "5", id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=1",
imageAlt: "roof inspection assessment evaluation checklist professional" imageAlt: "roof inspection assessment evaluation checklist professional"
}, },
{ {
id: "6", id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-full-shot_23-2149870340.jpg", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-full-shot_23-2149870340.jpg?_wi=1",
imageAlt: "satellite mounting installation technology roof" imageAlt: "satellite mounting installation technology roof"
} }
]} ]}
@@ -135,7 +135,7 @@ export default function HomePage() {
name: "Roof Repair", name: "Roof Repair",
price: "Starting at $400", price: "Starting at $400",
variant: "Leaks • Flashing • Wind Damage", variant: "Leaks • Flashing • Wind Damage",
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=2",
imageAlt: "Professional roof repair work" imageAlt: "Professional roof repair work"
}, },
{ {
@@ -143,7 +143,7 @@ export default function HomePage() {
name: "Roof Replacement", name: "Roof Replacement",
price: "Starting at $5,000", price: "Starting at $5,000",
variant: "Complete Install • Quality Materials", variant: "Complete Install • Quality Materials",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2",
imageAlt: "New roof installation" imageAlt: "New roof installation"
}, },
{ {
@@ -151,7 +151,7 @@ export default function HomePage() {
name: "Storm & Hail Damage", name: "Storm & Hail Damage",
price: "Free Inspection", price: "Free Inspection",
variant: "Assessment • Insurance Coordination", variant: "Assessment • Insurance Coordination",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iakob3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iakob3&_wi=2",
imageAlt: "Storm damage evaluation" imageAlt: "Storm damage evaluation"
}, },
{ {
@@ -159,7 +159,7 @@ export default function HomePage() {
name: "Roof Inspections", name: "Roof Inspections",
price: "$150-300", price: "$150-300",
variant: "Pre-Sale • Preventative • Photo Report", variant: "Pre-Sale • Preventative • Photo Report",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=2",
imageAlt: "Professional roof inspection" imageAlt: "Professional roof inspection"
} }
]} ]}
@@ -222,7 +222,7 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/male-hand-holding-gadget-messages-notification_81522-4433.jpg" imageSrc="http://img.b2bpic.net/free-vector/male-hand-holding-gadget-messages-notification_81522-4433.jpg?_wi=1"
imageAlt="Contact and estimate form" imageAlt="Contact and estimate form"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"