From 9e3275162d4627a084442871ba487a71e26fc588 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:27:39 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c8ecaf0..fcb10f1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { title="Your Trusted Luxury Real Estate Partner" description="With over 25 years of expertise in the luxury property market, Prestige Properties delivers exceptional service, exclusive access to premium properties, and personalized attention to every client's unique needs and aspirations." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245249.jpg?_wi=2" imageAlt="Prestige Properties luxury office" buttons={[{ text: "Schedule Consultation", href: "#contact" }]} useInvertedBackground={false} @@ -98,28 +98,28 @@ export default function AboutPage() { id: "1", name: "Victoria Sterling", role: "Founder & Principal Broker", - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=2", imageAlt: "Victoria Sterling, luxury real estate broker", }, { id: "2", name: "James Ashford", role: "Senior Property Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-pretty-female-dark-jacket-pink-background_179666-26587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-pretty-female-dark-jacket-pink-background_179666-26587.jpg?_wi=2", imageAlt: "James Ashford, property specialist", }, { id: "3", name: "Alexandra Laurent", role: "Investment Advisor", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065043.jpg?_wi=2", imageAlt: "Alexandra Laurent, investment advisor", }, { id: "4", name: "Marcus Blackwell", role: "Coastal Properties Expert", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg?_wi=2", imageAlt: "Marcus Blackwell, coastal properties expert", }, ]} -- 2.49.1 From d82b08e316412782fe0ddaf959b4a62ea30e5d88 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:27:39 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 133fbed..8fa862b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { title="Connect With Our Luxury Real Estate Experts" description="Our dedicated team is ready to assist you with personalized guidance, exclusive property access, and premium real estate services tailored to your unique needs and aspirations." tag="Contact Prestige Properties" - imageSrc="http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245249.jpg?_wi=3" imageAlt="Real estate office professional space" buttons={[{ text: "Send Inquiry", href: "#contact" }]} useInvertedBackground={false} @@ -98,21 +98,21 @@ export default function ContactPage() { id: "01", title: "Property Search", description: "Personalized property consultations to identify residences matching your lifestyle, investment goals, and unique preferences in luxury real estate markets.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2289.jpg?_wi=4", imageAlt: "Property search consultation", }, { id: "02", title: "Sales & Listing", description: "Strategic marketing and premium presentation of your properties to qualified buyers. We handle all aspects of the sales process with discretion and professionalism.", - imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-silk-robe-stands-with-naked-shoulders-before-panoramic-window-new-york_8353-1452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-silk-robe-stands-with-naked-shoulders-before-panoramic-window-new-york_8353-1452.jpg?_wi=4", imageAlt: "Property sales and listing services", }, { id: "03", title: "Investment Advisory", description: "Expert guidance on real estate investments, market analysis, property valuation, and portfolio diversification strategies for wealth growth and preservation.", - imageSrc: "http://img.b2bpic.net/free-photo/bulgarian-lake-wooden-pier_181624-40753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bulgarian-lake-wooden-pier_181624-40753.jpg?_wi=4", imageAlt: "Investment advisory services", }, ]} -- 2.49.1 From f022e4f7dbdb4e29c108e066d7ca53efe1560baf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:27:40 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1e56cd8..c81688b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,6 +1425,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +