diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 46b65f4..75293b5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -64,7 +64,7 @@ export default function AboutPage() { description: "Beyond business success, we're committed to giving back to the communities we serve through charitable initiatives, local partnerships, and sustainable development practices that benefit everyone." } ]} - imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=2" imageAlt="Luxe Properties team collaboration" mediaAnimation="slide-up" imagePosition="right" @@ -82,21 +82,21 @@ export default function AboutPage() { { title: "Luxury Buyer Representation", description: "Exclusive buyer advocacy including private property previews, market analysis, negotiation strategy, and concierge-level transaction management from search to closing.", - imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg?_wi=1", imageAlt: "Luxury buyer consultation service", button: { text: "Learn More", href: "/contact" } }, { title: "Premium Listing & Marketing", description: "Comprehensive seller services featuring professional staging, high-end photography, targeted digital marketing, exclusive network access, and strategic pricing optimization.", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg?_wi=1", imageAlt: "Premium property marketing services", button: { text: "Learn More", href: "/contact" } }, { title: "Investment Strategy & Advisory", description: "Expert investment analysis including market research, ROI projections, portfolio diversification, tax strategy consultation, and long-term wealth building through real estate.", - 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: "Real estate investment advisory", button: { text: "Learn More", href: "/contact" } }, @@ -127,7 +127,7 @@ export default function AboutPage() { name: "Sarah Wellington", role: "CEO & Entrepreneur", testimonial: "When relocating our headquarters, Luxe Properties handled both selling our previous building and finding the perfect new space. Their market expertise saved us over $200,000 in the process.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Sarah Wellington CEO testimonial" }, { @@ -135,7 +135,7 @@ export default function AboutPage() { name: "Michael Thompson", role: "Investment Portfolio Manager", testimonial: "Their investment analysis has been instrumental in building our real estate portfolio. In three years, we've seen a 40% return across our Luxe Properties acquisitions.", - 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: "Michael Thompson investment manager" }, { @@ -143,7 +143,7 @@ export default function AboutPage() { name: "Patricia Rodriguez", role: "Philanthropist & Art Collector", testimonial: "Finding a home suitable for displaying my art collection was challenging until I met this team. They understood my unique needs and found the perfect gallery-style residence.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Patricia Rodriguez art collector" } ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3be2cbe..db514a8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,28 +61,28 @@ export default function ContactPage() { { title: "Downtown Office", description: "Visit our flagship location in the heart of the financial district. Private consultation rooms, property viewing lounges, and investment analysis center available by appointment.", - imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=3", imageAlt: "Luxe Properties downtown office", button: { text: "Book Office Visit", href: "#" } }, { title: "Virtual Consultations", description: "Connect with our team from anywhere via secure video conferencing. Perfect for initial consultations, property reviews, and market analysis sessions.", - imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-real-estate-agent-communicating-with-couple-while-showing-them-new-apartment_637285-6079.jpg?_wi=2", imageAlt: "Virtual real estate consultation", button: { text: "Schedule Video Call", href: "#" } }, { title: "Private Property Tours", description: "Exclusive access to luxury properties with personalized tours led by our senior agents. Available seven days a week with flexible scheduling options.", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-plans-sale_23-2147650200.jpg?_wi=2", imageAlt: "Private property tour experience", button: { text: "Arrange Tour", href: "#" } }, { title: "Investment Seminars", description: "Attend our monthly investment seminars covering market trends, portfolio strategies, and exclusive opportunities. Complimentary for qualified investors.", - 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 seminar", button: { text: "Register for Seminar", href: "#" } } diff --git a/src/app/page.tsx b/src/app/page.tsx index a1e1732..ea0dd4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function HomePage() { imageAlt: "Contemporary penthouse living room" }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=1", imageAlt: "Beachfront villa with ocean view" }, { @@ -71,7 +71,7 @@ export default function HomePage() { imageAlt: "Urban apartment high-rise view" }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=1", imageAlt: "Suburban family home with garden" }, { @@ -108,7 +108,7 @@ export default function HomePage() { description: "We have successfully completed over 2,500 transactions worth more than $1.2 billion. Our track record speaks to our commitment to excellence and client success." } ]} - imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=1" imageAlt="Professional real estate team in modern office" mediaAnimation="slide-up" imagePosition="right" @@ -126,28 +126,28 @@ export default function HomePage() { { title: "Waterfront Villa", description: "Stunning 5-bedroom oceanfront estate with private beach access, infinity pool, and breathtaking sunset views. Newly renovated with modern amenities.", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg?_wi=1", imageAlt: "Luxury waterfront villa", button: { text: "View Details", href: "/properties" } }, { title: "Downtown Penthouse", description: "Sophisticated 3-bedroom luxury apartment on the 42nd floor with panoramic city views, smart home technology, and concierge service.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1", imageAlt: "Modern downtown penthouse", button: { text: "View Details", href: "/properties" } }, { title: "Historic Estate", description: "Beautifully preserved 8-bedroom mansion with heritage architecture, manicured grounds, guest house, and wine cellar. Perfect for entertaining.", - imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg?_wi=1", imageAlt: "Grand historic estate property", button: { text: "View Details", href: "/properties" } }, { title: "Modern Town House", description: "Contemporary 4-bedroom townhouse in vibrant neighborhood with rooftop terrace, minimalist design, and prime walkable location near restaurants and shops.", - imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=1", imageAlt: "Stylish modern townhouse", button: { text: "View Details", href: "/properties" } } @@ -206,7 +206,7 @@ export default function HomePage() { name: "Margaret Richardson", role: "Homeowner", testimonial: "The team at Luxe Properties made our home search effortless. They understood exactly what we wanted and found us the perfect family home within weeks. Exceptional service!", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Margaret Richardson" }, { @@ -214,7 +214,7 @@ export default function HomePage() { name: "David Chen", role: "Investment Advisor", testimonial: "Outstanding investment guidance. The market analysis and property recommendations have helped us build a strong real estate portfolio with consistent returns.", - 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: "David Chen" }, { @@ -222,7 +222,7 @@ export default function HomePage() { name: "Elena Vasquez", role: "Business Owner", testimonial: "Selling my commercial property was seamless with their expertise. They negotiated an excellent price and managed all the complex details. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Elena Vasquez" }, { @@ -230,7 +230,7 @@ export default function HomePage() { name: "James Morrison", role: "Executive", testimonial: "White-glove service is an understatement. From scheduling tours to closing day, every detail was handled professionally. This is how real estate should be done.", - 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: "James Morrison" } ]} diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 17587e3..7a6a523 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -48,42 +48,42 @@ export default function PropertiesPage() { { title: "Oceanfront Penthouse Suite", description: "Breathtaking 4-bedroom penthouse with floor-to-ceiling windows, private elevator access, and 360-degree ocean views. Features chef's kitchen, spa bathroom, and rooftop deck.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2", imageAlt: "Luxury oceanfront penthouse", button: { text: "View Details", href: "#" } }, { title: "Historic Brownstone Mansion", description: "Meticulously restored 6-bedroom Victorian mansion featuring original hardwood floors, stained glass windows, library, and formal gardens in prestigious neighborhood.", - imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23460.jpg?_wi=2", imageAlt: "Victorian brownstone mansion", button: { text: "View Details", href: "#" } }, { title: "Modern Glass Residence", description: "Striking contemporary home with open-concept design, smart home technology, infinity pool, and panoramic city skyline views. Architect-designed for luxury living.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=2", imageAlt: "Modern glass house", button: { text: "View Details", href: "#" } }, { title: "Waterfront Estate Complex", description: "Exclusive 10-bedroom estate on 5 acres with private marina, guest cottages, tennis court, and helicopter pad. Perfect for entertaining and luxury lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-outside-table-deck-balcony_1203-5552.jpg?_wi=2", imageAlt: "Waterfront estate complex", button: { text: "View Details", href: "#" } }, { title: "Urban Loft Development", description: "Converted warehouse featuring 12 luxury loft units with exposed brick, steel beams, and industrial elegance. Prime downtown location with retail space below.", - imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg?_wi=2", imageAlt: "Urban loft conversion", button: { text: "View Details", href: "#" } }, { title: "Mountain Retreat Lodge", description: "Rustic luxury cabin on 20 acres with mountain vistas, stone fireplace, wine cellar, and private hiking trails. Perfect for year-round recreation and relaxation.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg?_wi=2", imageAlt: "Mountain retreat lodge", button: { text: "View Details", href: "#" } }