From 6fd3709a6ae0048407fedc7f60c5ab6f55099c9b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:15:15 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6dd3604..0f7ea7b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { description="With over 20 years of expertise in Dubai's luxury property market, we specialize in exclusive residential and commercial assets. Our commitment to excellence, discretion, and personalized service sets us apart as the preferred choice for high-net-worth individuals globally." tag="About Our Company" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg?_wi=2" imageAlt="Luxury Estate Company Dubai office" useInvertedBackground={false} buttons={[{ text: "Discover More", href: "/services" }]} -- 2.49.1 From 772e8ab087bff1e4e07ae211da5ebd06a5cbdc53 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:15:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbab423..9eaef81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "Luxury waterfront penthouse with skyline view"}, + imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=1", imageAlt: "Luxury waterfront penthouse with skyline view"}, { imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", imageAlt: "Modern villa with palm tree landscape"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "High-rise apartment with marina view"}, + imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=2", imageAlt: "High-rise apartment with marina view"}, { - imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Luxury resort villa with pool"}, + imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg?_wi=1", imageAlt: "Luxury resort villa with pool"}, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Contemporary downtown Dubai residence"}, ]} @@ -98,7 +98,7 @@ export default function HomePage() { "http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg", imageAlt: "Modern mansion in Downtown Dubai"}, { id: "3", name: "Emirates Hills Villa", price: "AED 52M", variant: "7BR | 15,000 sqft | Private Gated", imageSrc: - "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Exclusive villa in Emirates Hills"}, + "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg?_wi=2", imageAlt: "Exclusive villa in Emirates Hills"}, ]} /> @@ -137,7 +137,7 @@ export default function HomePage() { description="With over 20 years of expertise in Dubai's luxury property market, we specialize in exclusive residential and commercial assets. Our commitment to excellence, discretion, and personalized service sets us apart as the preferred choice for high-net-worth individuals globally." tag="About Our Company" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84846.jpg?_wi=1" imageAlt="Luxury Estate Company Dubai office" useInvertedBackground={false} buttons={[{ text: "Learn More", href: "/about" }]} -- 2.49.1