diff --git a/src/app/page.tsx b/src/app/page.tsx index 899b9d9..79a0470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { id: "s2", title: "Classic Gutters", content: "Installation and restoration of timeless, high-capacity gutter systems." }, { id: "s3", title: "Roof Maintenance", content: "Scheduled inspections and maintenance to prolong roof life." } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/premium-roof-shingles-in-bundles-profess-1774767915165-4a4cabf0.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/premium-roof-shingles-in-bundles-profess-1774767915165-4a4cabf0.png?_wi=1" useInvertedBackground={true} /> @@ -76,7 +76,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", name: "Asphalt Shingles", price: "Request Quote", variant: "Roofing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/premium-roof-shingles-in-bundles-profess-1774767915165-4a4cabf0.png" }, + { id: "p1", name: "Asphalt Shingles", price: "Request Quote", variant: "Roofing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/premium-roof-shingles-in-bundles-profess-1774767915165-4a4cabf0.png?_wi=2" }, { id: "p2", name: "Traditional Gutter Guards", price: "Request Quote", variant: "Gutters", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/professional-gutter-guards-with-protecti-1774767916483-7ade6c86.png" }, { id: "p3", name: "Roofing Accessories", price: "Request Quote", variant: "Accessories", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/high-performance-thermal-spray-foam-insu-1774767917155-aee45914.png" }, ]}