From e573ad8ddd07ad1b1f19c495a4b8531d11b5517f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:55:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fa9217..824318b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { testimonials={[ { name: "Zahur Hasan", handle: "Owner & Visionary", testimonial: "Our commitment to excellence has made us the trusted partner for complex infrastructure projects across the region.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, { name: "Infrastructure Success", handle: "21 Years of Excellence", testimonial: "Delivering precision engineering and structural integrity on every project, every time.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=2" } ]} buttons={[ @@ -128,10 +128,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "vision", name: "Our Vision", price: "Excellence", variant: "Benchmark of National Infrastructure", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Vision placeholder" + id: "vision", name: "Our Vision", price: "Excellence", variant: "Benchmark of National Infrastructure", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Vision placeholder" }, { - id: "mission", name: "Our Mission", price: "Quality", variant: "Superior Infrastructure Services", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mission placeholder" + id: "mission", name: "Our Mission", price: "Quality", variant: "Superior Infrastructure Services", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Mission placeholder" } ]} /> -- 2.49.1