diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 65e6d38..e893b89 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -62,17 +62,17 @@ export default function PortfolioPage() { gridVariant="three-columns-all-equal-width" features={[ { - id: "1", title: "Complete Roof Replacement - Lindenhurst", description: "Full roof replacement on historic colonial home with architectural shingles and new flashing.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Roof replacement project"}, + id: "1", title: "Complete Roof Replacement - Lindenhurst", description: "Full roof replacement on historic colonial home with architectural shingles and new flashing.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "Roof replacement project"}, { - id: "2", title: "Siding & Gutter Installation - Babylon", description: "Energy-efficient vinyl siding with seamless gutter system improves curb appeal and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", imageAlt: "Siding installation project"}, + id: "2", title: "Siding & Gutter Installation - Babylon", description: "Energy-efficient vinyl siding with seamless gutter system improves curb appeal and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=2", imageAlt: "Siding installation project"}, { - id: "3", title: "Kitchen Remodeling - West Babylon", description: "Modern kitchen redesign with new cabinets, countertops, and premium appliances.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen remodeling project"}, + id: "3", title: "Kitchen Remodeling - West Babylon", description: "Modern kitchen redesign with new cabinets, countertops, and premium appliances.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Kitchen remodeling project"}, { id: "4", title: "Storm Damage Repair - Amityville", description: "Fast emergency roof repair following storm damage with temporary protection and restoration.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Storm damage repair"}, { - id: "5", title: "Gutter Cleaning & Maintenance - Deer Park", description: "Complete gutter system maintenance and installation preventing water damage and foundation issues.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-roof-drain-pipe_181624-46535.jpg", imageAlt: "Gutter installation"}, + id: "5", title: "Gutter Cleaning & Maintenance - Deer Park", description: "Complete gutter system maintenance and installation preventing water damage and foundation issues.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-roof-drain-pipe_181624-46535.jpg?_wi=2", imageAlt: "Gutter installation"}, { - id: "6", title: "Commercial Roof Installation - Farmingdale", description: "Large-scale commercial roofing project with industrial-grade materials and flat roof installation.", imageSrc: "http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg", imageAlt: "Commercial roofing project"}, + id: "6", title: "Commercial Roof Installation - Farmingdale", description: "Large-scale commercial roofing project with industrial-grade materials and flat roof installation.", imageSrc: "http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=2", imageAlt: "Commercial roofing project"}, ]} />