diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1f446a6..5a6656f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -136,7 +136,7 @@ export default function AboutPage() { }, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> @@ -154,7 +154,7 @@ export default function AboutPage() { role: "Homeowner", company: "Islington, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", imageAlt: "happy homeowner portrait professional photo", }, { @@ -163,7 +163,7 @@ export default function AboutPage() { role: "Property Manager", company: "Chelsea Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", imageAlt: "professional property manager portrait photo", }, { @@ -172,7 +172,7 @@ export default function AboutPage() { role: "Homeowner", company: "Clapham, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "happy woman homeowner portrait professional", }, { @@ -181,7 +181,7 @@ export default function AboutPage() { role: "Facilities Director", company: "North London Hospital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "professional facilities director portrait photo", }, { @@ -190,7 +190,7 @@ export default function AboutPage() { role: "Homeowner", company: "Wandsworth, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg", imageAlt: "satisfied homeowner woman portrait professional", }, { @@ -199,7 +199,7 @@ export default function AboutPage() { role: "Business Owner", company: "East London Retail", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "business owner entrepreneur portrait professional", }, ]} @@ -217,7 +217,7 @@ export default function AboutPage() {
@@ -284,7 +284,7 @@ export default function HomePage() { role: "Homeowner", company: "Islington, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", imageAlt: "Margaret Johnson", }, { @@ -293,7 +293,7 @@ export default function HomePage() { role: "Property Manager", company: "Chelsea Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", imageAlt: "David Chen", }, { @@ -302,7 +302,7 @@ export default function HomePage() { role: "Homeowner", company: "Clapham, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Sarah Williams", }, { @@ -311,7 +311,7 @@ export default function HomePage() { role: "Facilities Director", company: "North London Hospital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Roberts", }, { @@ -320,7 +320,7 @@ export default function HomePage() { role: "Homeowner", company: "Wandsworth, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg", imageAlt: "Emily Thompson", }, { @@ -329,7 +329,7 @@ export default function HomePage() { role: "Business Owner", company: "East London Retail", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Michael Adams", }, ]} @@ -397,7 +397,7 @@ export default function HomePage() { description="Call us now for immediate assistance or fill out the form below. We're here to help with your roofing needs." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12819.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12819.jpg" imageAlt="Contact us for roofing services" mediaAnimation="slide-up" mediaPosition="right" @@ -409,7 +409,7 @@ export default function HomePage() { @@ -229,7 +229,7 @@ export default function ServicesPage() { description="Get a professional evaluation of your roof and a detailed, no-obligation quote. Our team is standing by to assist you." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12819.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12819.jpg" imageAlt="Professional roofing assessment" mediaAnimation="slide-up" mediaPosition="right" @@ -241,7 +241,7 @@ export default function ServicesPage() {