diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 5a1b990..d04f6e3 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -46,19 +46,19 @@ export default function AboutPage() {
description="Your trusted real estate partner in India, simplifying property buying, selling, and investing for thousands of satisfied clients across the country."
tag="Our Story"
background={{ variant: "plain" }}
- imageSrc="http://img.b2bpic.net/free-photo/mumbai-skyline-seen-from-marine-drive-south-mumbai_469504-11.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/mumbai-skyline-seen-from-marine-drive-south-mumbai_469504-11.jpg?_wi=1"
imageAlt="India cityscape"
mediaAnimation="slide-up"
testimonials={[
{
name: "Founded", handle: "2012", testimonial: "Shine Native started with a vision to bring transparency and trust to real estate", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10"},
{
name: "Growth", handle: "2024", testimonial: "Proudly serving over 10,000 clients with properties across 50+ cities in India", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11"},
{
name: "Vision", handle: "Future", testimonial: "Committed to making real estate accessible, transparent, and rewarding for everyone", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12"},
]}
useInvertedBackground={false}
/>
@@ -74,7 +74,7 @@ export default function AboutPage() {
{ value: "12+", title: "Years of Experience" },
{ value: "50+", title: "Cities Across India" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-women-man-wearing-suit-looking-laptop-computer_1139-967.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-women-man-wearing-suit-looking-laptop-computer_1139-967.jpg?_wi=2"
imageAlt="Shine Native team and office"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -86,16 +86,16 @@ export default function AboutPage() {
@@ -71,7 +71,7 @@ export default function ContactPage() {
description="Fill out the form below and our expert team will contact you within 24 hours. Whether you're looking to buy, sell, or invest, we have the perfect solution for you."
background={{ variant: "plain" }}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=3"
imageAlt="Shine Native office location"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -90,7 +90,7 @@ export default function ContactPage() {
{ value: "50+", title: "Cities in India" },
{ value: "24/7", title: "Customer Support" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/mumbai-skyline-seen-from-marine-drive-south-mumbai_469504-11.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/mumbai-skyline-seen-from-marine-drive-south-mumbai_469504-11.jpg?_wi=3"
imageAlt="Shine Native offices across India"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7db9bba..bc97674 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -56,13 +56,13 @@ export default function HomePage() {
testimonials={[
{
name: "Rajesh Kumar", handle: "Investor", testimonial: "Shine Native helped me find the perfect investment property. Excellent service and guidance!", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
{
name: "Priya Sharma", handle: "Homeowner", testimonial: "The team was incredibly helpful throughout the entire buying process. Highly recommended!", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"},
{
name: "Amit Patel", handle: "Property Seller", testimonial: "Professional and transparent. They sold my property faster than expected.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel"},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Patel"},
]}
buttons={[
{ text: "Explore Properties", href: "#featured-properties" },
@@ -77,16 +77,16 @@ export default function HomePage() {