diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b5dbb53..72f1c6b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -62,21 +62,21 @@ export default function AboutPage() { id: "01", title: "Expert Vetting", description: "Every host undergoes rigorous verification including identity checks, property inspections, and comprehensive background screening.", - imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg?_wi=2", imageAlt: "Expert verification", }, { id: "02", title: "Quality Assurance", description: "Properties are regularly inspected to meet our premium standards. We maintain rigorous cleanliness, maintenance, and amenity requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-locked-padlock_53876-32364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-locked-padlock_53876-32364.jpg?_wi=2", imageAlt: "Quality standards", }, { id: "03", title: "Guest Support", description: "Our dedicated team provides 24/7 support via chat, phone, and email. We resolve issues quickly and ensure guest satisfaction throughout stays.", - imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=2", imageAlt: "Customer support", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a2182e..61b3646 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,14 +81,14 @@ export default function HomePage() { id: "01", title: "Expert Verification", description: "Every host is thoroughly vetted and personally manages their properties to ensure the highest standards.", - imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg?_wi=1", imageAlt: "Expert verification process", }, { id: "02", title: "Maximum Security", description: "Secure payments, property guarantees, and 24/7 support protect both guests and hosts throughout every stay.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-locked-padlock_53876-32364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-locked-padlock_53876-32364.jpg?_wi=1", imageAlt: "Security and protection", }, { @@ -102,7 +102,7 @@ export default function HomePage() { id: "04", title: "Expert Support", description: "Need help? Our expert support team is available 24/7 to resolve issues and ensure your comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1", imageAlt: "Customer support team", }, ]} @@ -138,7 +138,7 @@ export default function HomePage() { name: "Modern Downtown Apartment", price: "$185/night", variant: "Berlin, Germany · 2 Bedrooms", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-front-mirror-room-gathering_169016-21642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-front-mirror-room-gathering_169016-21642.jpg?_wi=1", imageAlt: "Modern downtown apartment", }, { @@ -146,7 +146,7 @@ export default function HomePage() { name: "Coastal Villa with Garden", price: "$245/night", variant: "Barcelona, Spain · 3 Bedrooms", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg?_wi=1", imageAlt: "Coastal villa", }, { @@ -154,7 +154,7 @@ export default function HomePage() { name: "City Center Loft", price: "$210/night", variant: "Amsterdam, Netherlands · 2 Bedrooms", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg?_wi=1", imageAlt: "City center loft", }, ]} @@ -188,7 +188,7 @@ export default function HomePage() { handle: "@marcusexplores", testimonial: "Best rental experience I've had. The verification process gives you real peace of mind, and the support team is fantastic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Marcus Chen", }, { @@ -206,7 +206,7 @@ export default function HomePage() { handle: "@jameswork", testimonial: "Perfect for extended stays. The attention to detail and expert management made me feel right at home in a new city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "James Williams", }, ]} diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 0a31e78..27e9f7e 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -51,7 +51,7 @@ export default function PropertiesPage() { name: "Modern Downtown Apartment", price: "$185/night", variant: "Berlin, Germany · 2 Bedrooms", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-front-mirror-room-gathering_169016-21642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-front-mirror-room-gathering_169016-21642.jpg?_wi=2", imageAlt: "Modern downtown apartment", }, { @@ -59,7 +59,7 @@ export default function PropertiesPage() { name: "Coastal Villa with Garden", price: "$245/night", variant: "Barcelona, Spain · 3 Bedrooms", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg?_wi=2", imageAlt: "Coastal villa", }, { @@ -67,7 +67,7 @@ export default function PropertiesPage() { name: "City Center Loft", price: "$210/night", variant: "Amsterdam, Netherlands · 2 Bedrooms", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg?_wi=2", imageAlt: "City center loft", }, { @@ -75,7 +75,7 @@ export default function PropertiesPage() { name: "Scenic Mountain Retreat", price: "$195/night", variant: "Swiss Alps · 3 Bedrooms", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-front-mirror-room-gathering_169016-21642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-front-mirror-room-gathering_169016-21642.jpg?_wi=3", imageAlt: "Mountain retreat", }, { @@ -83,7 +83,7 @@ export default function PropertiesPage() { name: "Parisian Studio Apartment", price: "$220/night", variant: "Paris, France · 1 Bedroom", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg?_wi=3", imageAlt: "Parisian studio", }, ]}