diff --git a/src/app/page.tsx b/src/app/page.tsx
index a7090ab..bda8e4d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "💬 WhatsApp for Quote", href: "https://wa.me/6588009125" },
]}
background={{ variant: "plain" }}
- imageSrc="http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-rollers-ladder_23-2147782357.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-rollers-ladder_23-2147782357.jpg?_wi=1"
imageAlt="Professional painters working on a residential painting project"
mediaAnimation="slide-up"
frameStyle="card"
@@ -59,7 +59,7 @@ export default function LandingPage() {
@@ -131,7 +131,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "HDB Living Room", role: "Complete Repaint", company: "Bedok, Singapore", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-home_23-2150378989.jpg", imageAlt: "HDB living room before and after painting"
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-home_23-2150378989.jpg?_wi=1", imageAlt: "HDB living room before and after painting"
},
{
id: "2", name: "Condo Wall Repaint", role: "Interior Renovation", company: "Marine Parade, Singapore", rating: 5,
@@ -186,13 +186,13 @@ export default function LandingPage() {