Update src/app/about/page.tsx

This commit is contained in:
2026-02-26 15:13:06 +00:00
parent 6b32d216a9
commit 67664ea41d

View File

@@ -46,7 +46,7 @@ export default function AboutPage() {
{ value: "30+", title: "Years Serving New Mexico" },
{ value: "1000+", title: "Contractors Trusted Us" }
]}
imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg"
imageAlt="Partnership and trust-based service"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -58,25 +58,16 @@ export default function AboutPage() {
<FeatureCardTwentyThree
features={[
{
id: "1",
title: "Local New Mexico Expertise",
tags: ["Local", "Established 1995"],
imageSrc: "http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg?_wi=2",
imageAlt: "New Mexico landscape and construction"
id: "1", title: "Local New Mexico Expertise", tags: ["Local", "Established 1995"],
imageSrc: "http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg", imageAlt: "New Mexico landscape and construction"
},
{
id: "2",
title: "Dedicated Account Management",
tags: ["Personal", "One-on-One Service"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=2",
imageAlt: "Account manager meeting with client"
id: "2", title: "Dedicated Account Management", tags: ["Personal", "One-on-One Service"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg", imageAlt: "Account manager meeting with client"
},
{
id: "3",
title: "Quality Assurance Program",
tags: ["Quality", "Premium Brands Only"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=3",
imageAlt: "Quality roofing materials inspection"
id: "3", title: "Quality Assurance Program", tags: ["Quality", "Premium Brands Only"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Quality roofing materials inspection"
}
]}
animationType="slide-up"