Update src/app/construction/page.tsx

This commit is contained in:
2026-02-25 02:05:59 +00:00
parent 0631e02818
commit 01a77a9fa6

View File

@@ -47,7 +47,7 @@ export default function ConstructionPage() {
price: "Custom Build", price: "Custom Build",
rating: 5, rating: 5,
reviewCount: "25+", reviewCount: "25+",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=1",
imageAlt: "Custom barn construction project" imageAlt: "Custom barn construction project"
}, },
{ {
@@ -57,7 +57,7 @@ export default function ConstructionPage() {
price: "Quality Build", price: "Quality Build",
rating: 5, rating: 5,
reviewCount: "30+", reviewCount: "30+",
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg" imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=2"
}, },
{ {
id: "3", id: "3",
@@ -66,7 +66,7 @@ export default function ConstructionPage() {
price: "Custom Design", price: "Custom Design",
rating: 5, rating: 5,
reviewCount: "20+", reviewCount: "20+",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg" imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=2"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -90,21 +90,21 @@ export default function ConstructionPage() {
title: "Detailed Planning & Design", title: "Detailed Planning & Design",
description: "Collaborative planning process to understand your vision, requirements, and budget for the perfect custom build.", description: "Collaborative planning process to understand your vision, requirements, and budget for the perfect custom build.",
tag: "Planning", tag: "Planning",
imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg" imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg?_wi=2"
}, },
{ {
id: "execution", id: "execution",
title: "Quality Construction", title: "Quality Construction",
description: "Skilled craftsmanship using premium materials and proven construction techniques for lasting durability.", description: "Skilled craftsmanship using premium materials and proven construction techniques for lasting durability.",
tag: "Building", tag: "Building",
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg" imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=2"
}, },
{ {
id: "completion", id: "completion",
title: "Clean Completion", title: "Clean Completion",
description: "Professional finish with thorough cleanup and final walkthrough to ensure your complete satisfaction.", description: "Professional finish with thorough cleanup and final walkthrough to ensure your complete satisfaction.",
tag: "Delivery", tag: "Delivery",
imageSrc: "https://img.b2bpic.net/free-photo/company-manager-holding-project-plans-while-talking-african-american-manual-worker-who-is-pointing-something-factory_637285-4115.jpg" imageSrc: "https://img.b2bpic.net/free-photo/company-manager-holding-project-plans-while-talking-african-american-manual-worker-who-is-pointing-something-factory_637285-4115.jpg?_wi=2"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -124,7 +124,7 @@ export default function ConstructionPage() {
handle: "@homeowner_3", handle: "@homeowner_3",
testimonial: "Professional from start to finish on our barn construction project.", testimonial: "Professional from start to finish on our barn construction project.",
rating: 5, rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4"
}, },
{ {
id: "2", id: "2",
@@ -132,7 +132,7 @@ export default function ConstructionPage() {
handle: "@homeowner_2", handle: "@homeowner_2",
testimonial: "Prompt, on schedule, and easy to work with on our garage build.", testimonial: "Prompt, on schedule, and easy to work with on our garage build.",
rating: 5, rating: 5,
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=4"
}, },
{ {
id: "3", id: "3",
@@ -140,7 +140,7 @@ export default function ConstructionPage() {
handle: "@homeowner_1", handle: "@homeowner_1",
testimonial: "Second project we hired them for—excellent construction work.", testimonial: "Second project we hired them for—excellent construction work.",
rating: 5, rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5"
} }
]} ]}
showRating={true} showRating={true}