diff --git a/src/app/page.tsx b/src/app/page.tsx index e4ce391..705ed47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { testimonials={[ { name: "Chileshe M.", handle: "Tenant", testimonial: "First Green building in Lusaka. The rooftop view is breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg", imageAlt: "modern sustainable office building glass"}, + imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=1", imageAlt: "modern sustainable office building glass"}, { name: "David K.", handle: "Visitor", testimonial: "Truly outstanding architecture, you can feel the sustainability in every corner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", imageAlt: "modern sustainable office building glass"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=1", imageAlt: "modern sustainable office building glass"}, { name: "Sarah J.", handle: "Investor", testimonial: "The gold certification and security make it a premier choice for global brands.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394924.jpg", imageAlt: "modern sustainable office building glass"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394924.jpg?_wi=1", imageAlt: "modern sustainable office building glass"}, { name: "Michael B.", handle: "Tenant", testimonial: "Modern, sleek, and environmentally responsible. The best address in Zambia.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageAlt: "modern sustainable office building glass"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=1", imageAlt: "modern sustainable office building glass"}, { name: "Emily R.", handle: "Corporate Partner", testimonial: "Exceptional working environment. The natural light design is brilliant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", imageAlt: "modern sustainable office building glass"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=1", imageAlt: "modern sustainable office building glass"}, ]} buttons={[ { @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "View Available Spaces", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/corporate-people-rear-view-businesswoman-raising-hands-up-celebration-triumphing-achieve-goal_1258-125248.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Smiling Middle-aged Business Leader at Window"}, @@ -113,7 +113,7 @@ export default function LandingPage() { features={[ { title: "Sustainable Innovation", description: "Advanced climate control and solar-ready infrastructure.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", imageAlt: "Sustainable Cafe"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=2", imageAlt: "Sustainable Cafe"}, items: [ { icon: Leaf, @@ -129,7 +129,7 @@ export default function LandingPage() { }, { title: "Elite Interior Design", description: "Designed for focus, with sound-proof partitions and raised floors.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394924.jpg", imageAlt: "Rooftop Terrace"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394924.jpg?_wi=2", imageAlt: "Rooftop Terrace"}, items: [ { icon: Lightbulb, @@ -182,10 +182,10 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah Johnson", handle: "CEO", testimonial: "Evexia is the standard for green business in Zambia.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=2"}, { id: "t2", name: "Michael Chen", handle: "CTO", testimonial: "Outstanding structure and professional environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=2"}, { id: "t3", name: "Emily Rodriguez", handle: "Dir", testimonial: "The best commercial property we have visited.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},