From de0c873c2edf413867839462b1313e53a10a1e6c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:15:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f15a16e..7c1137e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,15 +49,15 @@ export default function LandingPage() { background={{ variant: "circleGradient" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-researcher-working-with-lamp_23-2148925544.jpg", imageAlt: "Professional PC Repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg", imageAlt: "Expert Mac Repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg", imageAlt: "Premium Laptop Service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg?_wi=1", imageAlt: "Expert Mac Repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg?_wi=1", imageAlt: "Premium Laptop Service" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-removing-screws-open-up-phone_23-2148254143.jpg", imageAlt: "Mobile Device Repair" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg", imageAlt: "Razeen - Expert Technician" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg?_wi=1", imageAlt: "Razeen - Expert Technician" }, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138515.jpg", imageAlt: "Luxury Repair Workspace" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg", imageAlt: "Professional Mac Service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg", imageAlt: "Advanced Repair Technology" } + { imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg?_wi=2", imageAlt: "Professional Mac Service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg?_wi=2", imageAlt: "Advanced Repair Technology" } ]} buttons={[ { text: "Book Repair Now", href: "contact" }, @@ -100,7 +100,7 @@ export default function LandingPage() { { icon: Zap, title: "Lightning-Fast Repairs", description: "Most issues resolved within 24-48 hours. Pickup and delivery included for your convenience." }, { icon: Heart, title: "Customer-First Approach", description: "Your satisfaction is our priority. Professional communication and care throughout the repair process." } ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg?_wi=2" imageAlt="Razeen - Expert Technician" mediaAnimation="slide-up" textboxLayout="default" -- 2.49.1