diff --git a/src/app/page.tsx b/src/app/page.tsx index 393b620..7da112e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tag="Trusted Local Plumbers" buttons={[{ text: "Get a Free Quote", href: "/contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-smiling-cheerfully-sticking-out-tongue_141793-28640.jpg", imageAlt: "professional plumber smiling tools" }, - { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg", imageAlt: "plumbing repair work kitchen" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOXxnQwmEtIjWwwgFMwQO9uf3j/uploaded-1778156221892-zowcw2po.jpg", imageAlt: "professional plumber smiling tools" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOXxnQwmEtIjWwwgFMwQO9uf3j/uploaded-1778156221893-odlfcyic.jpg", imageAlt: "plumbing repair work kitchen" } ]} mediaAnimation="slide-up" rating={5} @@ -61,7 +61,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Emergency Repairs", description: "24/7 help for any urgent plumbing crisis.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg", buttonIcon: Zap }, + { title: "Emergency Repairs", description: "24/7 help for any urgent plumbing crisis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOXxnQwmEtIjWwwgFMwQO9uf3j/uploaded-1778156221893-73z3uc8k.jpg", buttonIcon: Zap }, { title: "Drain Cleaning", description: "Clear clogs and maintain flow effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358955.jpg", buttonIcon: Droplets }, { title: "Water Heaters", description: "Expert repair and installation services.", imageSrc: "http://img.b2bpic.net/free-photo/kid-filling-bottle-with-water_23-2148972907.jpg", buttonIcon: Thermometer }, { title: "Full Pipe Inspection", description: "Advanced diagnostic tech for your home.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53973.jpg", buttonIcon: Shield } @@ -124,4 +124,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}