From fd7f3d00dfd8d91c130459dd50c669900ef1e095 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:48:04 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index c8d4f07..ea5e246 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -51,35 +51,35 @@ export default function PortfolioPage() { id: "1", name: "Aspen Mountain Estate", price: "$450K Investment", - imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Luxury mountain estate landscape", }, { id: "2", name: "Beverly Hills Contemporary Garden", price: "$320K Investment", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg?_wi=2", imageAlt: "Modern luxury garden design", }, { id: "3", name: "Malibu Coastal Retreat", price: "$580K Investment", - imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=3", imageAlt: "Coastal luxury landscape", }, { id: "4", name: "Hamptons Waterfront Manor", price: "$410K Investment", - imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=4", imageAlt: "Waterfront estate landscape", }, { id: "5", name: "Park Avenue Penthouse Gardens", price: "$275K Investment", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-7542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-table-chair_74190-7542.jpg?_wi=2", imageAlt: "Urban luxury rooftop garden", }, ]} @@ -94,12 +94,12 @@ export default function PortfolioPage() {