From ef9970805932599c76511872fa890d4c02dd877e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:04:58 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9943c22..981e71d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,19 +87,19 @@ export default function AboutPage() { { title: "Integrity", description: "We conduct all business with honesty, transparency, and ethical practices. Trust is our foundation.", - 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: "Integrity in business", }, { title: "Excellence", description: "We strive for excellence in every aspect of our service, from consultation to transaction closure.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg?_wi=1", imageAlt: "Excellence in service", }, { title: "Innovation", description: "We leverage latest technology and market insights to provide cutting-edge real estate solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=1", imageAlt: "Innovation in real estate", }, ]} -- 2.49.1 From aa6d4e3113fed7ac412e2a5d11339f3ac5aac2c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:04:59 +0000 Subject: [PATCH 2/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b765473..22f42d1 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -48,7 +48,7 @@ export default function GalleryPage() { id: "1", name: "Luxury Villa - Mumbai", price: "₹2.5 Crore", - imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=4", imageAlt: "Luxury villa with pool", }, { @@ -62,21 +62,21 @@ export default function GalleryPage() { id: "3", name: "Commercial Complex - Delhi", price: "₹4.2 Crore", - 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=5", imageAlt: "Commercial building", }, { id: "4", name: "Residential Plot - Pune", price: "₹85 Lakhs", - imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg?_wi=2", imageAlt: "Residential plot", }, { id: "5", name: "Premium Apartment - Chennai", price: "₹1.5 Crore", - 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=4", imageAlt: "Premium apartment", }, { -- 2.49.1 From f2bf84bfaf2c181612eac457b53c873e367b6f20 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:04:59 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e55c41b..c93f8d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,28 +82,28 @@ export default function HomePage() { { title: "Luxury Villas", description: "Premium standalone properties with modern amenities and stunning architecture.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=1", imageAlt: "Luxury villa exterior", button: { text: "View Villas", href: "/gallery" }, }, { title: "Apartments", description: "High-rise modern apartments in prime locations with excellent connectivity.", - 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 apartment interior", button: { text: "View Apartments", href: "/gallery" }, }, { title: "Plots", description: "Residential and commercial plots in emerging and established localities.", - imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg?_wi=1", imageAlt: "Residential plot", button: { text: "View Plots", href: "/gallery" }, }, { title: "Commercial Spaces", description: "Prime office spaces and commercial properties for business growth.", - 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=1", imageAlt: "Commercial building", button: { text: "View Commercial", href: "/gallery" }, }, @@ -127,21 +127,21 @@ export default function HomePage() { id: "1", name: "Luxury Villa in Mumbai", price: "₹2.5 Crore", - imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=2", imageAlt: "Luxury villa Mumbai", }, { id: "2", name: "Premium Apartment - Bangalore", price: "₹1.8 Crore", - 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: "Premium apartment Bangalore", }, { id: "3", name: "Commercial Complex - Delhi", price: "₹4.2 Crore", - 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=2", imageAlt: "Commercial complex Delhi", }, ]} @@ -195,12 +195,12 @@ export default function HomePage() {
Date: Fri, 6 Mar 2026 08:05:00 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 35b3c01..7a7caac 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -47,7 +47,7 @@ export default function ServicesPage() { { title: "Property Buying Assistance", description: "Expert guidance through every step of property acquisition with legal and financial support.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg?_wi=2", imageAlt: "Property buying consultation", }, { @@ -59,25 +59,25 @@ export default function ServicesPage() { { title: "Investment Consulting", description: "Strategic advice on real estate investments with market analysis and growth potential assessment.", - imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=2", imageAlt: "Real estate investment analysis", }, { title: "Site Visit Arrangements", description: "Personalized property viewing experiences with detailed site walkthroughs and discussions.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=3", imageAlt: "Property site visit", }, { title: "Property Management", description: "Complete management services including maintenance, tenant coordination, and rent collection.", - 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=3", imageAlt: "Property management services", }, { title: "Commercial Real Estate", description: "Specialized consulting for commercial property acquisition and development opportunities.", - 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=4", imageAlt: "Commercial real estate", }, ]} -- 2.49.1