diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a37a3c..932b0c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { { id: "standard", title: "Standard Replacement", price: "$12,000", period: "/avg roof", features: ["Quality asphalt shingles", "Waste removal", "5-year warranty"], button: { text: "Select", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748774.jpg?_wi=1" }, { id: "premium", title: "Premium Installation", price: "$25,000", period: "/avg roof", features: ["Full solar integration", "Premium metal roofing", "10-year warranty"], @@ -185,7 +185,7 @@ export default function LandingPage() {