From 7f54a5db6acb26145900a04f34095427f7dc2481 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:22:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aba851a..aefdfcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Professional Roofing Services" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "25+", label: "Years Experience" }, { value: "2,500+", label: "Roofs Completed" }, @@ -56,7 +56,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg" imageAlt="Professional roof installation with quality materials" imagePosition="right" buttons={[ @@ -114,11 +114,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials and expert craftsmanship to ensure durability and protection for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "Professional roof installation" + title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials and expert craftsmanship to ensure durability and protection for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roof installation" }, { id: 2, - title: "Roof Repair & Maintenance", description: "Fast and reliable repair services for damaged roofs, plus regular maintenance to extend the life of your roofing system and prevent costly future issues.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=3", imageAlt: "Roof repair and maintenance services" + title: "Roof Repair & Maintenance", description: "Fast and reliable repair services for damaged roofs, plus regular maintenance to extend the life of your roofing system and prevent costly future issues.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Roof repair and maintenance services" }, { id: 3, @@ -203,7 +203,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready for Your Roofing Project?" description="Contact Clayton's Roofing today for a free inspection and consultation. Our team is ready to help protect your home with quality roofing solutions." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/no-people-desk-with-multiple-computers-call-center-office-used-by-telemarketing-agents-answer-phone-calls-helpline-empty-space-with-technology-give-assistance-customer-care_482257-40793.jpg" imageAlt="Professional roofing team ready to help" -- 2.49.1