Update src/app/process/page.tsx

This commit is contained in:
2026-02-20 00:45:32 +00:00
parent 244d503f93
commit 8b63a3d588

View File

@@ -49,10 +49,10 @@ export default function ProcessPage() {
title: "Walkthrough & Scope",
description: "I listen, inspect, and clarify your goals so we're aligned before any work begins.",
phoneOne: {
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg?_wi=2"
},
phoneTwo: {
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg?_wi=3"
}
},
{
@@ -60,10 +60,10 @@ export default function ProcessPage() {
title: "Written Estimate",
description: "Clear pricing and what's included—no surprises, just transparent communication.",
phoneOne: {
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg?_wi=3"
},
phoneTwo: {
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg?_wi=4"
}
},
{
@@ -71,10 +71,10 @@ export default function ProcessPage() {
title: "Schedule & Prep",
description: "Timeline, materials, and prep to protect your space and set expectations.",
phoneOne: {
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg?_wi=4"
},
phoneTwo: {
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg?_wi=5"
}
},
{
@@ -82,10 +82,10 @@ export default function ProcessPage() {
title: "Build & Updates",
description: "Consistent communication while work is in progress—no ghosting, just clear updates.",
phoneOne: {
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg?_wi=6"
},
phoneTwo: {
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg?_wi=5"
}
}
]}
@@ -107,21 +107,21 @@ export default function ProcessPage() {
title: "Complete Transparency",
description: "You'll know exactly what to expect at every step, with clear communication and no hidden surprises.",
tag: "Benefit",
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg?_wi=7"
},
{
id: "accountability",
title: "Clear Accountability",
description: "Written agreements, scheduled updates, and documented progress keep everyone on the same page.",
tag: "Promise",
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg?_wi=6"
},
{
id: "quality",
title: "Consistent Quality",
description: "Our systematic approach ensures every project meets our high standards for craftsmanship and attention to detail.",
tag: "Standard",
imageSrc: "https://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26126.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26126.jpg?_wi=5"
}
]}
animationType="slide-up"
@@ -141,7 +141,7 @@ export default function ProcessPage() {
title: "Schedule Your Consultation",
description: "Reach out to set up a convenient time for an initial walkthrough and discussion of your project needs.",
tag: "Step 1",
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/office-workers-spending-time-room_23-2147650945.jpg?_wi=7",
buttons: [{ text: "Contact Us", href: "/contact" }]
},
{
@@ -149,7 +149,7 @@ export default function ProcessPage() {
title: "Receive Your Written Estimate",
description: "After our consultation, you'll receive a detailed written estimate with clear pricing and project scope.",
tag: "Step 2",
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/consulting-client_1098-16279.jpg?_wi=8",
buttons: [{ text: "Learn More", href: "/services" }]
}
]}