Update src/app/page.tsx

This commit is contained in:
2026-03-16 00:36:08 +00:00
parent 48225ef3c0
commit 496844a174

View File

@@ -119,19 +119,19 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "experience", value: "15+", title: "Years Experience", description: "Over 15 years of proven expertise in residential and commercial roofing solutions."
id: "experience", value: "15+", title: "Years Experience", description: "Over 15 years of proven expertise in residential and commercial roofing solutions.", imageSrc: "http://img.b2bpic.net/free-photo/award-icon.jpg", imageAlt: "years of experience icon"
},
{
id: "customers", value: "1000+", title: "Satisfied Customers", description: "Thousands of homeowners trust us with their most valuable asset."
id: "customers", value: "1000+", title: "Satisfied Customers", description: "Thousands of homeowners trust us with their most valuable asset.", imageSrc: "http://img.b2bpic.net/free-photo/customers-icon.jpg", imageAlt: "satisfied customers icon"
},
{
id: "rating", value: "5.0", title: "Customer Rating", description: "Consistently rated 5 stars based on 173+ verified customer reviews."
id: "rating", value: "5.0", title: "Customer Rating", description: "Consistently rated 5 stars based on 173+ verified customer reviews.", imageSrc: "http://img.b2bpic.net/free-photo/rating-icon.jpg", imageAlt: "5 star rating icon"
},
{
id: "response", value: "24hrs", title: "Fast Response Time", description: "Emergency response available 24/7 for urgent roofing needs."
id: "response", value: "24hrs", title: "Fast Response Time", description: "Emergency response available 24/7 for urgent roofing needs.", imageSrc: "http://img.b2bpic.net/free-photo/response-time-icon.jpg", imageAlt: "fast response time icon"
},
{
id: "warranty", value: "100%", title: "Workmanship Guarantee", description: "Full warranty on all workmanship ensures complete peace of mind."
id: "warranty", value: "100%", title: "Workmanship Guarantee", description: "Full warranty on all workmanship ensures complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/warranty-icon.jpg", imageAlt: "workmanship guarantee icon"
},
{
id: "quality", value: "Premium", title: "Quality Materials", description: "We only use premium, manufacturer-backed materials for all projects."
@@ -219,7 +219,7 @@ export default function LandingPage() {
{ text: "Call Now: (647) 769-2769", href: "tel:(647) 769-2769" }
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
ariaLabel="Call to action for free roofing estimate"
/>