diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 34bdbd7..e355f75 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() { @@ -72,29 +54,13 @@ export default function LandingPage() { showStepNumbers={true} features={[ { - title: "Assessment", - description: "We visit your property to inspect the damage.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=5", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg?_wi=5", - }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=6", - imageAlt: "flat roof repair residential", - }, + title: "Assessment", description: "We visit your property to inspect the damage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg" }, + imageAlt: "flat roof repair residential"}, { - title: "Quote", - description: "You receive a clear, written estimate.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-their-new-home-after-moving-together_23-2149086828.jpg?_wi=4", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=7", - }, - imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg?_wi=6", - imageAlt: "leadwork chimney flashing repair", - }, + title: "Quote", description: "You receive a clear, written estimate.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-their-new-home-after-moving-together_23-2149086828.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" }, + imageAlt: "leadwork chimney flashing repair"}, ]} /> @@ -102,38 +68,8 @@ export default function LandingPage() {