Update src/app/portfolio/page.tsx

This commit is contained in:
2026-02-19 16:13:59 +00:00
parent 03524c33ed
commit 0bb17380c6

View File

@@ -52,42 +52,42 @@ export default function PortfolioPage() {
id: "1",
name: "Beverly Hills Kitchen",
price: "$125,000",
imageSrc: "https://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11345.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11345.jpg?_wi=3",
imageAlt: "Beverly Hills kitchen remodel before and after"
},
{
id: "2",
name: "Manhattan Beach Bathroom",
price: "$85,000",
imageSrc: "https://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=5",
imageAlt: "Manhattan Beach luxury bathroom renovation"
},
{
id: "3",
name: "Santa Monica Full Home",
price: "$350,000",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg?_wi=3",
imageAlt: "Santa Monica complete home renovation"
},
{
id: "4",
name: "Venice ADU Addition",
price: "$275,000",
imageSrc: "https://img.b2bpic.net/free-photo/man-train-wagon-outdoors_23-2148232296.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/man-train-wagon-outdoors_23-2148232296.jpg?_wi=3",
imageAlt: "Venice ADU construction project"
},
{
id: "5",
name: "West Hollywood Structural",
price: "$95,000",
imageSrc: "https://img.b2bpic.net/free-photo/worker-checking-structure_1122-1522.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/worker-checking-structure_1122-1522.jpg?_wi=3",
imageAlt: "West Hollywood structural renovation"
},
{
id: "6",
name: "Pasadena Kitchen Expansion",
price: "$165,000",
imageSrc: "https://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=2",
imageAlt: "Pasadena kitchen expansion project"
}
]}
@@ -123,7 +123,7 @@ export default function PortfolioPage() {
name: "Jennifer Walsh",
handle: "Beverly Hills Project",
testimonial: "The before and after photos don't do justice to the incredible transformation. Our outdated kitchen is now the envy of our neighbors.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=13",
imageAlt: "Jennifer Walsh"
},
{
@@ -131,7 +131,7 @@ export default function PortfolioPage() {
name: "Mark Stevens",
handle: "Manhattan Beach Project",
testimonial: "They turned our cramped bathroom into a luxury spa. The attention to detail and quality of materials exceeded our expectations.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=14",
imageAlt: "Mark Stevens"
},
{
@@ -139,7 +139,7 @@ export default function PortfolioPage() {
name: "Rachel Kim",
handle: "Santa Monica Project",
testimonial: "Complete home renovation handled flawlessly. Every room transformed while maintaining the character we loved about our home.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=15",
imageAlt: "Rachel Kim"
},
{
@@ -147,7 +147,7 @@ export default function PortfolioPage() {
name: "Tony Martinez",
handle: "Venice ADU Project",
testimonial: "The ADU addition not only increased our property value but gave us the extra space we needed. Permits handled seamlessly.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=16",
imageAlt: "Tony Martinez"
},
{
@@ -155,7 +155,7 @@ export default function PortfolioPage() {
name: "Susan Chen",
handle: "West Hollywood Project",
testimonial: "Structural work can be intimidating, but their expertise and clear communication made the process stress-free.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=17",
imageAlt: "Susan Chen"
},
{
@@ -163,7 +163,7 @@ export default function PortfolioPage() {
name: "Brian Foster",
handle: "Pasadena Project",
testimonial: "Kitchen expansion project completed on time and within budget. The new open layout has completely transformed how we live.",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=18",
imageAlt: "Brian Foster"
}
]}