diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 19768a2..25956c9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=2" imageAlt="Mancherial Real Estate professional team" mediaAnimation="slide-up" bulletPoints={[ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2bffae3..681dbbf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,7 +68,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=3" imageAlt="Contact our team" mediaAnimation="slide-up" bulletPoints={[ diff --git a/src/app/page.tsx b/src/app/page.tsx index a768e51..cafec33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function HomePage() { price: "₹45,00,000", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Modern luxury villa", }, { @@ -88,7 +88,7 @@ export default function HomePage() { price: "₹28,50,000", rating: 4, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=1", imageAlt: "Premium apartment", }, { @@ -98,7 +98,7 @@ export default function HomePage() { price: "₹35,75,000", rating: 5, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=1", imageAlt: "Contemporary home", }, { @@ -108,7 +108,7 @@ export default function HomePage() { price: "₹22,00,000", rating: 4, reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg?_wi=1", imageAlt: "Smart home unit", }, ]} @@ -129,7 +129,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=1" imageAlt="Mancherial Real Estate office" mediaAnimation="slide-up" bulletPoints={[ @@ -171,7 +171,7 @@ export default function HomePage() { role: "Business Owner", company: "Tech Solutions Ltd", 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=1", imageAlt: "Rajesh Kumar", }, { @@ -180,7 +180,7 @@ export default function HomePage() { role: "Marketing Director", company: "Creative Agency", 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=2", imageAlt: "Priya Sharma", }, { @@ -189,7 +189,7 @@ export default function HomePage() { role: "Architect", company: "Design Studios", 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=3", imageAlt: "Arun Patel", }, { @@ -198,7 +198,7 @@ export default function HomePage() { role: "Financial Consultant", company: "Investment Group", rating: 4, - 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=4", imageAlt: "Neha Reddy", }, ]} diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 6867386..3101916 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -55,7 +55,7 @@ export default function PropertiesPage() { price: "₹45,00,000", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Modern luxury villa", }, { @@ -65,7 +65,7 @@ export default function PropertiesPage() { price: "₹28,50,000", rating: 4, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=2", imageAlt: "Premium apartment", }, { @@ -75,7 +75,7 @@ export default function PropertiesPage() { price: "₹35,75,000", rating: 5, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=2", imageAlt: "Contemporary home", }, { @@ -85,7 +85,7 @@ export default function PropertiesPage() { price: "₹22,00,000", rating: 4, reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-with-rhythm-balconies-urban-style_169016-69191.jpg?_wi=2", imageAlt: "Smart home unit", }, ]} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index aac4be8..407ecdf 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -57,7 +57,7 @@ export default function ReviewsPage() { role: "Business Owner", company: "Tech Solutions Ltd", 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=5", imageAlt: "Rajesh Kumar", }, { @@ -66,7 +66,7 @@ export default function ReviewsPage() { role: "Marketing Director", company: "Creative Agency", 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=6", imageAlt: "Priya Sharma", }, { @@ -75,7 +75,7 @@ export default function ReviewsPage() { role: "Architect", company: "Design Studios", 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=7", imageAlt: "Arun Patel", }, { @@ -84,7 +84,7 @@ export default function ReviewsPage() { role: "Financial Consultant", company: "Investment Group", rating: 4, - 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=8", imageAlt: "Neha Reddy", }, ]}