Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-21 01:35:41 +00:00
parent 6bb926e0c5
commit 286f7a2a10

View File

@@ -80,56 +80,56 @@ export default function PortfolioPage() {
id: "interior-1",
name: "Master Bathroom Remodel",
price: "Interior Renovation",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2868.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2868.jpg?_wi=2",
imageAlt: "Modern master bathroom renovation",
},
{
id: "interior-2",
name: "Kitchen Refresh",
price: "Interior Renovation",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2",
imageAlt: "Contemporary kitchen upgrade",
},
{
id: "fabrication-1",
name: "Brass Accent Mantle",
price: "Custom Fabrication",
imageSrc: "http://img.b2bpic.net/free-photo/man-producing-craft-beer_23-2148111003.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-producing-craft-beer_23-2148111003.jpg?_wi=2",
imageAlt: "Hand-forged brass and wood mantle",
},
{
id: "fabrication-2",
name: "Built-In Shelving",
price: "Custom Fabrication",
imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg?_wi=2",
imageAlt: "Custom built-in shelving system",
},
{
id: "exterior-1",
name: "Deck & Patio",
price: "Exterior Improvement",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-background_1339-4044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-background_1339-4044.jpg?_wi=2",
imageAlt: "Modern deck and patio design",
},
{
id: "exterior-2",
name: "Siding Upgrade",
price: "Exterior Improvement",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-building-exterior-design_23-2151917337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-building-exterior-design_23-2151917337.jpg?_wi=2",
imageAlt: "Contemporary home exterior siding",
},
{
id: "modern-1",
name: "Living Space Transformation",
price: "Modern Update",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dining-room-with-garden-view_23-2152008199.jpg?_wi=2",
imageAlt: "Open concept living area",
},
{
id: "modern-2",
name: "Basement Conversion",
price: "Modern Update",
imageSrc: "http://img.b2bpic.net/free-photo/photographers-choosing-their-equipment_23-2148532493.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photographers-choosing-their-equipment_23-2148532493.jpg?_wi=2",
imageAlt: "Finished basement living space",
},
]}