diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d867f0..893c57e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,16 +52,11 @@ export default function LandingPage() { title="Protect Your Home With Professional Brisbane Gutter Replacement" description="Premium gutter replacement and landscaping maintenance services dedicated to protecting your home with quality craftsmanship." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg", alt: "Client 1"}, - { - src: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-cheerful-man-buying-property-celebrating-saying-yes-showin_1258-144784.jpg", alt: "Client 2"}, - { - src: "http://img.b2bpic.net/free-photo/fulllength-portrait-curly-blonde-woman-dressed-black-silk-pants-stylish-green-striped-sh_197531-33604.jpg", alt: "Client 3"}, - { - src: "http://img.b2bpic.net/free-photo/smiley-embraced-couple-conversing-with-female-realtor_23-2148895486.jpg", alt: "Client 4"}, - { - src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Client 5"}, + { src: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886868.jpg", alt: "Client 1"}, + { src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg", alt: "Client 2"}, + { src: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", alt: "Client 3"}, + { src: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg", alt: "Client 4"}, + { src: "http://img.b2bpic.net/free-photo/real-estate-agent-clients-negotiating-deals-office-hunt_482257-90866.jpg", alt: "Client 5"}, ]} avatarText="Trusted by hundreds of local Brisbane homeowners." buttons={[ @@ -97,7 +92,7 @@ export default function LandingPage() { { type: "text", content: "Professional Service"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg", alt: "About our team"}, + type: "image", src: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", alt: "About our team"}, { type: "text", content: "Committed to Excellence"}, ]} @@ -117,15 +112,15 @@ export default function LandingPage() { { id: "f1", title: "Gutter Replacement", descriptions: [ "Full roof gutter system replacement using premium materials.", "Custom-fit solutions for any home architecture."], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-482.jpg?_wi=1", imageAlt: "Gutter replacement service"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138471.jpg", imageAlt: "Gutter replacement service"}, { id: "f2", title: "Maintenance & Cleaning", descriptions: [ "Routine gutter cleaning services to prevent water damage.", "Downpipe inspection and debris clearance."], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-482.jpg?_wi=2", imageAlt: "Gutter maintenance service"}, + imageSrc: "http://img.b2bpic.net/free-photo/dirty-dumped-objects-arrangement_23-2148996944.jpg", imageAlt: "Gutter maintenance service"}, { id: "f3", title: "Landscaping Maintenance", descriptions: [ "Complete yard cleanup and maintenance.", "Sustainable practices to keep your property pristine."], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg", imageAlt: "Landscaping maintenance service"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-attractive-bearded-hispanic-man-blue-t-shirt-gloves-working-garden-with-tools-cutting-leaves-watering-plants-countryside-life_176420-19904.jpg", imageAlt: "Landscaping maintenance service"}, ]} title="Our Professional Services" description="We specialize in comprehensive gutter solutions and maintenance designed for the specific needs of Brisbane homes." @@ -136,16 +131,11 @@ export default function LandingPage() {