From a8659622d9c23cebab3986cbcfd45f6a17185810 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:32:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 159bd1e..d6c9a47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function RoofingLandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function RoofingLandingPage() { tag="Trusted Local Roofers" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg" imageAlt="Professional roofing team at work" @@ -58,15 +58,15 @@ export default function RoofingLandingPage() { testimonials={[ { name: "John Martinez", handle: "Homeowner, Dallas TX", testimonial: "ProRoof transformed our roof with exceptional craftsmanship and attention to detail. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-couch-with-arms-crossed_23-2148306607.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/man-couch-with-arms-crossed_23-2148306607.jpg" }, { name: "Sarah Johnson", handle: "Property Manager, Austin TX", testimonial: "Professional, reliable, and affordable. They completed our emergency repair ahead of schedule.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-nature_23-2147824505.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-nature_23-2147824505.jpg" }, { name: "Michael Chen", handle: "Homeowner, Houston TX", testimonial: "The best roofing company I've worked with. Quality materials and excellent customer service throughout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1305.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1305.jpg" } ]} testimonialRotationInterval={5000} @@ -153,13 +153,13 @@ export default function RoofingLandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Outstanding Quality & Professionalism", quote: "ProRoof exceeded our expectations. The crew was professional, punctual, and left our property cleaner than when they arrived. Our new roof looks amazing!", name: "Robert Patterson", role: "Homeowner, Dallas", imageSrc: "http://img.b2bpic.net/free-photo/man-couch-with-arms-crossed_23-2148306607.jpg?_wi=2", imageAlt: "Robert Patterson" + id: "1", title: "Outstanding Quality & Professionalism", quote: "ProRoof exceeded our expectations. The crew was professional, punctual, and left our property cleaner than when they arrived. Our new roof looks amazing!", name: "Robert Patterson", role: "Homeowner, Dallas", imageSrc: "http://img.b2bpic.net/free-photo/man-couch-with-arms-crossed_23-2148306607.jpg", imageAlt: "Robert Patterson" }, { - id: "2", title: "Emergency Response That Saved Our Home", quote: "When a storm damaged our roof, ProRoof responded within hours. Their emergency team stopped the leak and completed repairs the next day. Incredible service!", name: "Lisa Anderson", role: "Homeowner, Fort Worth", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-nature_23-2147824505.jpg?_wi=2", imageAlt: "Lisa Anderson" + id: "2", title: "Emergency Response That Saved Our Home", quote: "When a storm damaged our roof, ProRoof responded within hours. Their emergency team stopped the leak and completed repairs the next day. Incredible service!", name: "Lisa Anderson", role: "Homeowner, Fort Worth", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-nature_23-2147824505.jpg", imageAlt: "Lisa Anderson" }, { - id: "3", title: "Best Value for Money", quote: "We shopped around, and ProRoof offered the best combination of quality, price, and service. Worth every penny. Already recommending them to neighbors!", name: "David Torres", role: "Property Owner, Arlington", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1305.jpg?_wi=2", imageAlt: "David Torres" + id: "3", title: "Best Value for Money", quote: "We shopped around, and ProRoof offered the best combination of quality, price, and service. Worth every penny. Already recommending them to neighbors!", name: "David Torres", role: "Property Owner, Arlington", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1305.jpg", imageAlt: "David Torres" }, { id: "4", title: "Professional From Start to Finish", quote: "The entire process was smooth and transparent. They explained everything clearly, the work was done right, and the warranty coverage gives us peace of mind.", name: "Jennifer Wu", role: "Homeowner, Plano", imageSrc: "http://img.b2bpic.net/free-photo/successful-middle-aged-businesswoman-showing-ok-okay-sign-nod-approval-smiling-pleased-approve-something-good-white-background_176420-50223.jpg", imageAlt: "Jennifer Wu" @@ -175,7 +175,7 @@ export default function RoofingLandingPage() { description="Contact ProRoof today for a free inspection and personalized quote. Our team is ready to help with all your roofing needs." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Get Free Quote" -- 2.49.1