diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d0b758..37ded87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Roofing Specialists" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Get a Free Roof Inspection", href: "#contact" }, { text: "Call Now", href: "tel:(XXX)XXX-XXXX" } @@ -59,7 +59,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Before and after roof replacement" }, { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-private-houses-weymouth-dorset-uk_181624-20411.jpg", imageAlt: "Drone aerial view of residential roofing" }, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg", imageAlt: "Close-up detail of premium roof shingles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg?_wi=1", imageAlt: "Professional roofing crew in uniform" } + { imageSrc: "http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg", imageAlt: "Professional roofing crew in uniform" } ]} mediaAnimation="slide-up" ariaLabel="Hero section - Premium roofing services for North Texas" @@ -102,7 +102,7 @@ export default function LandingPage() { ] }, { - title: "Diagnostic Process", description: "Some roofers guess. We diagnose. From hidden water intrusion to failed underlayment systems, we pinpoint the real issue and fix it permanently.", bentoComponent: "3d-task-list", title: "Diagnostic Process", items: [ + title: "Diagnostic Process", description: "Some roofers guess. We diagnose. From hidden water intrusion to failed underlayment systems, we pinpoint the real issue and fix it permanently.", bentoComponent: "3d-task-list", items: [ { icon: Search, label: "Detailed Inspection", time: "1-2 hours" }, { icon: AlertCircle, label: "Root Cause Analysis", time: "Same day" }, { icon: CheckCircle, label: "Permanent Solution", time: "Quick turnaround" } @@ -144,7 +144,7 @@ export default function LandingPage() { { value: "100%", title: "Transparent Communication" }, { value: "24/7", title: "Emergency Response Available" } ]} - imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg" imageAlt="Professional roofing crew ready to serve" mediaAnimation="slide-up" metricsAnimation="slide-up"