Update src/app/gallery/page.tsx

This commit is contained in:
2026-02-25 00:22:04 +00:00
parent 6bd1e279ea
commit 67c2e8d1d1

View File

@@ -48,19 +48,19 @@ export default function GalleryPage() {
blogs={[
{
id: "1", category: ["Full Replacement", "Residential"],
title: "Complete Asphalt Shingle Replacement", excerpt: "Full roof replacement on a 2,000 sq ft home. Customer chose premium architectural shingles for 30+ year lifespan and enhanced curb appeal.", imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
title: "Complete Asphalt Shingle Replacement", excerpt: "Full roof replacement on a 2,000 sq ft home. Customer chose premium architectural shingles for 30+ year lifespan and enhanced curb appeal.", imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
},
{
id: "2", category: ["Storm Damage", "Emergency"],
title: "Storm Damage Restoration", excerpt: "Roof suffered significant damage from severe hail and wind. We coordinated with insurance and completed emergency repairs to prevent further damage.", imageSrc: "https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
title: "Storm Damage Restoration", excerpt: "Roof suffered significant damage from severe hail and wind. We coordinated with insurance and completed emergency repairs to prevent further damage.", imageSrc: "https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=3", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
},
{
id: "3", category: ["Repair", "Emergency Tarping"],
title: "Emergency Tarping & Repair", excerpt: "Quick response to leaking roof during severe weather. We provided emergency tarping same-day and scheduled permanent repair for the following week.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
title: "Emergency Tarping & Repair", excerpt: "Quick response to leaking roof during severe weather. We provided emergency tarping same-day and scheduled permanent repair for the following week.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg?_wi=3", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
},
{
id: "4", category: ["Inspection", "Preventive"],
title: "Preventive Roof Inspection", excerpt: "Annual inspection identified minor deterioration before it became a major problem. We addressed small issues to extend the roof's lifespan.", imageSrc: "https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
title: "Preventive Roof Inspection", excerpt: "Annual inspection identified minor deterioration before it became a major problem. We addressed small issues to extend the roof's lifespan.", imageSrc: "https://img.b2bpic.net/free-photo/young-man-civil-engineer-with-clipboard-pen_185193-109467.jpg?_wi=5", authorName: "TRC Roofing", authorAvatar: "https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", date: "Recently Completed"
}
]}
/>
@@ -87,7 +87,7 @@ export default function GalleryPage() {
description="Contact us today for a free estimate on your roofing project. Our team is ready to provide expert consultation and transparent pricing for all your roofing needs."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
imageSrc="https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=3"
mediaAnimation="opacity"
mediaPosition="left"
inputPlaceholder="Enter your email for project updates"