diff --git a/src/app/page.tsx b/src/app/page.tsx index 031f832..3293647 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { { text: "Chat on WhatsApp", href: "https://wa.me/27716073888?text=Hello%20OLLO%20Trading,%20I%20would%20like%20a%20quote%20for%20my%20project." } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/blue-door-with-keys-matte-minimalism-black-hardware_169016-69531.jpg", imageAlt: "Modern kitchen renovation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg", imageAlt: "Contemporary bathroom design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg", imageAlt: "Professional construction team" } + { imageSrc: "http://img.b2bpic.net/free-photo/blue-door-with-keys-matte-minimalism-black-hardware_169016-69531.jpg?_wi=1", imageAlt: "Modern kitchen renovation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg?_wi=1", imageAlt: "Contemporary bathroom design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=1", imageAlt: "Professional construction team" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -89,28 +89,28 @@ export default function LandingPage() { title: "Kitchen Design & Installation", description: "Custom kitchen renovations with premium cabinetry, modern appliances, and elegant finishes tailored to your vision.", icon: UtensilsCrossed, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-working-as-wedding-planners_23-2150328499.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/blue-door-with-keys-matte-minimalism-black-hardware_169016-69531.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/blue-door-with-keys-matte-minimalism-black-hardware_169016-69531.jpg?_wi=2" } ] }, { title: "Quality Materials & Craftsmanship", description: "We use only premium building materials and employ skilled craftsmen to ensure durability and aesthetic excellence.", icon: Hammer, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-taking-measurements-plank-he-is-about-cut-woodworking-workshop_342744-833.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=2" } ] }, { title: "Expert Professional Team", description: "Our experienced team brings years of construction and renovation expertise to every project, ensuring superior results.", icon: Users, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-two-professional-maintenance-workers-paint-walls-new-building-apartment-hold-painting-roller-use-blueprint-dressed-uniform-remodels-something_273609-51513.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=3" } ] }, { title: "On-Time Project Delivery", description: "We respect your time and budget. Every project is managed professionally with transparent timelines and pricing.", icon: CheckCircle, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-vector/flat-timeline-infographic-template_23-2148916879.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg?_wi=2" } ] } ]}