diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 50c0560..4eabb5c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ const AboutPage = () => { handle: "@rajesh_farming", testimonial: "Raja Auto Store provided exceptional equipment and support. The tractors are reliable and the customer service is outstanding. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-summer-hat-looking-front-smiling-with-happy-face-showing-thumbs-up-standing-green-wall_141793-52827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-summer-hat-looking-front-smiling-with-happy-face-showing-thumbs-up-standing-green-wall_141793-52827.jpg?_wi=2", imageAlt: "Rajesh Kumar", }, { @@ -74,7 +74,7 @@ const AboutPage = () => { handle: "@priya_agri", testimonial: "Best agricultural equipment supplier in the region. Their after-sales service is impeccable and they truly care about customer satisfaction.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-gardener-greenhouse_23-2147918840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-gardener-greenhouse_23-2147918840.jpg?_wi=2", imageAlt: "Priya Sharma", }, { @@ -83,7 +83,7 @@ const AboutPage = () => { handle: "@vikram_farm", testimonial: "For over 10 years, I've been using equipment from Raja Auto Store. Quality, reliability, and fair pricing - everything you need.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39748.jpg?_wi=2", imageAlt: "Vikram Singh", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 63693f0..77504e6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ const ContactPage = () => { tagAnimation="slide-up" background={{ variant: "noiseDiagonalGradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg?_wi=2" imageAlt="Beautiful agricultural landscape" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 435827d..bc4fde2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,6 +1424,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +