diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index c46db6a..6ff4962 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -49,37 +49,37 @@ export default function PortfolioPage() { id: "1", name: "Restaurant Website", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-psd/tasty-food-landing-page-template_23-2148985989.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/tasty-food-landing-page-template_23-2148985989.jpg?_wi=2", }, { id: "2", name: "Contractor Website", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-psd/real-estate-building-template-design_23-2150655076.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/real-estate-building-template-design_23-2150655076.jpg?_wi=2", }, { id: "3", name: "Barbershop Website", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-vector/flat-black-friday-landing-page-template_23-2149098743.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-black-friday-landing-page-template_23-2149098743.jpg?_wi=2", }, { id: "4", name: "Real Estate Website", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-psd/landing-page-template-home-interior-design-with-furniture_23-2148905035.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/landing-page-template-home-interior-design-with-furniture_23-2148905035.jpg?_wi=2", }, { id: "5", name: "Auto Shop Website", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241801.jpg?_wi=2", }, { id: "6", name: "Salon Website", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-vector/businesswoman-landing-page-template_23-2148811751.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/businesswoman-landing-page-template_23-2148811751.jpg?_wi=2", }, ]} /> @@ -100,7 +100,7 @@ export default function PortfolioPage() { name: "Maria Gonzalez", role: "Restaurant Owner", testimonial: "We went from no website to getting 15+ customer calls per week. The best investment we made for our restaurant this year.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=5", icon: Star, }, { @@ -108,7 +108,7 @@ export default function PortfolioPage() { name: "James Mitchell", role: "Painting Contractor", testimonial: "Professional, fast turnaround, and the support team was incredible. Our new website is generating quality leads consistently.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg?_wi=5", icon: Award, }, { @@ -116,7 +116,7 @@ export default function PortfolioPage() { name: "Sarah Chen", role: "Hair Salon Owner", testimonial: "The team understood our business perfectly. They built exactly what we needed. Highly recommend to any local business.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg?_wi=5", icon: ThumbsUp, }, ]}