Update src/app/page.tsx

This commit is contained in:
2026-03-09 19:21:41 +00:00
parent b0c72e84de
commit e3b7e508a5

View File

@@ -96,10 +96,10 @@ export default function LandingPage() {
tag="Results"
metrics={[
{
id: "1", value: "2,500+", title: "Roofs Repaired", description: "Successful projects completed with excellence", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg", imageAlt: "professional roofing team"
id: "1", value: "2,500+", title: "Roofs Repaired", description: "Successful projects completed with excellence", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=1", imageAlt: "professional roofing team"
},
{
id: "2", value: "15+", title: "Years Experience", description: "Industry expertise and trusted reputation", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg", imageAlt: "Experienced roofing contractor"
id: "2", value: "15+", title: "Years Experience", description: "Industry expertise and trusted reputation", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=2", imageAlt: "Experienced roofing contractor"
}
]}
animationType="slide-up"