Update src/app/services/page.tsx

This commit is contained in:
2026-02-25 00:22:05 +00:00
parent 1013d125e5
commit a1ca361941

View File

@@ -47,23 +47,23 @@ export default function ServicesPage() {
products={[
{
id: "1", brand: "TRC Roofing", name: "Emergency Roof Repair", price: "Starting at $299", rating: 5,
reviewCount: "200+", imageSrc: "https://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", imageAlt: "Emergency roof repair service"
reviewCount: "200+", imageSrc: "https://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg?_wi=2", imageAlt: "Emergency roof repair service"
},
{
id: "2", brand: "TRC Roofing", name: "Complete Roof Replacement", price: "Starting at $8,500", rating: 5,
reviewCount: "150+", imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Complete roof replacement service"
reviewCount: "150+", imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Complete roof replacement service"
},
{
id: "3", brand: "TRC Roofing", name: "Storm Damage Assessment", price: "Emergency Service", rating: 5,
reviewCount: "180+", imageSrc: "https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Storm damage assessment service"
reviewCount: "180+", imageSrc: "https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=2", imageAlt: "Storm damage assessment service"
},
{
id: "4", brand: "TRC Roofing", name: "Professional Roof Inspection", price: "Free Estimates", rating: 5,
reviewCount: "220+", imageSrc: "https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg", imageAlt: "Professional roof inspection service"
reviewCount: "220+", imageSrc: "https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg?_wi=2", imageAlt: "Professional roof inspection service"
},
{
id: "5", brand: "TRC Roofing", name: "Emergency Tarping Service", price: "24/7 Available", rating: 5,
reviewCount: "190+", imageSrc: "https://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg", imageAlt: "Emergency tarping service"
reviewCount: "190+", imageSrc: "https://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=2", imageAlt: "Emergency tarping service"
}
]}
/>
@@ -79,15 +79,15 @@ export default function ServicesPage() {
features={[
{
id: 1,
tag: "Step 1", title: "Free Inspection", subtitle: "Comprehensive roof evaluation", description: "Our certified inspectors conduct a thorough assessment of your roof's condition, identifying potential issues and providing honest recommendations for repair or replacement.", imageSrc: "https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg"
tag: "Step 1", title: "Free Inspection", subtitle: "Comprehensive roof evaluation", description: "Our certified inspectors conduct a thorough assessment of your roof's condition, identifying potential issues and providing honest recommendations for repair or replacement.", imageSrc: "https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg?_wi=3"
},
{
id: 2,
tag: "Step 2", title: "Detailed Estimate", subtitle: "Transparent pricing with no surprises", description: "We provide itemized estimates with clear explanations of materials, labor, and timeline. Our team is available to discuss insurance claims and financing options.", imageSrc: "https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
tag: "Step 2", title: "Detailed Estimate", subtitle: "Transparent pricing with no surprises", description: "We provide itemized estimates with clear explanations of materials, labor, and timeline. Our team is available to discuss insurance claims and financing options.", imageSrc: "https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2"
},
{
id: 3,
tag: "Step 3", title: "Professional Installation", subtitle: "Expert craftsmanship guaranteed", description: "Our licensed crews use premium materials and proven techniques. We protect your property during work and maintain clean, safe job sites throughout the project.", imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg"
tag: "Step 3", title: "Professional Installation", subtitle: "Expert craftsmanship guaranteed", description: "Our licensed crews use premium materials and proven techniques. We protect your property during work and maintain clean, safe job sites throughout the project.", imageSrc: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=2"
}
]}
/>
@@ -100,7 +100,7 @@ export default function ServicesPage() {
tag="FAQ"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg"
imageSrc="https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg?_wi=4"
imageAlt="Roofing professional with inspection tools"
mediaAnimation="slide-up"
mediaPosition="left"