From 45e3dd1e70c9ab7164c600e3729abdb60628188c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:50:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f07bc2b..db640ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -48,14 +48,14 @@ export default function LandingPage() { { text: "Call (314) 399-7656", href: "tel:+13143997656" }, { text: "Free Estimate" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg?_wi=1", imageAlt: "roofing installation modern residential home" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg?_wi=1", imageAlt: "roof repair maintenance professional contractor" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg?_wi=1", imageAlt: "storm damage roof repair residential" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-car-door_23-2149714263.jpg?_wi=1", imageAlt: "gutter installation home exterior" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-talking-phone_23-2148751952.jpg?_wi=1", imageAlt: "roof inspection professional inspector" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg?_wi=2", imageAlt: "roofing installation modern residential home" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg", imageAlt: "roofing installation modern residential home" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg", imageAlt: "roof repair maintenance professional contractor" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg", imageAlt: "storm damage roof repair residential" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-car-door_23-2149714263.jpg", imageAlt: "gutter installation home exterior" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-talking-phone_23-2148751952.jpg", imageAlt: "roof inspection professional inspector" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg", imageAlt: "roofing installation modern residential home" } ]} autoPlay={true} autoPlayInterval={4000} @@ -72,23 +72,23 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Installation", title: "Roof Installation", subtitle: "New roofs built to last", description: "Expert installation of residential roofing systems using premium materials. We ensure proper ventilation, drainage, and structural integrity for long-term protection.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg?_wi=3", imageAlt: "professional roofing installation" + tag: "Installation", title: "Roof Installation", subtitle: "New roofs built to last", description: "Expert installation of residential roofing systems using premium materials. We ensure proper ventilation, drainage, and structural integrity for long-term protection.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg", imageAlt: "professional roofing installation" }, { id: 2, - tag: "Repair", title: "Roof Repair", subtitle: "Fast fixes for damage", description: "Professional repairs for leaks, damaged shingles, and deterioration. We diagnose issues quickly and provide durable solutions to restore your roof's integrity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg?_wi=2", imageAlt: "roof repair work" + tag: "Repair", title: "Roof Repair", subtitle: "Fast fixes for damage", description: "Professional repairs for leaks, damaged shingles, and deterioration. We diagnose issues quickly and provide durable solutions to restore your roof's integrity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935976.jpg", imageAlt: "roof repair work" }, { id: 3, - tag: "Storm Damage", title: "Storm Damage Recovery", subtitle: "Emergency response specialists", description: "Rapid response to storm damage with thorough assessments and insurance claim assistance. We restore your roof safely and efficiently after severe weather.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg?_wi=2", imageAlt: "storm damage assessment" + tag: "Storm Damage", title: "Storm Damage Recovery", subtitle: "Emergency response specialists", description: "Rapid response to storm damage with thorough assessments and insurance claim assistance. We restore your roof safely and efficiently after severe weather.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg", imageAlt: "storm damage assessment" }, { id: 4, - tag: "Gutters", title: "Gutter Services", subtitle: "Water management solutions", description: "Complete gutter installation, repair, and cleaning. Proper drainage protects your foundation and landscaping from water damage.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-car-door_23-2149714263.jpg?_wi=2", imageAlt: "gutter services" + tag: "Gutters", title: "Gutter Services", subtitle: "Water management solutions", description: "Complete gutter installation, repair, and cleaning. Proper drainage protects your foundation and landscaping from water damage.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-car-door_23-2149714263.jpg", imageAlt: "gutter services" }, { id: 5, - tag: "Inspection", title: "Roof Inspection", subtitle: "Comprehensive roof assessment", description: "Detailed inspections identify potential issues before they become expensive problems. Annual inspections keep your roof in peak condition.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-talking-phone_23-2148751952.jpg?_wi=2", imageAlt: "professional roof inspection" + tag: "Inspection", title: "Roof Inspection", subtitle: "Comprehensive roof assessment", description: "Detailed inspections identify potential issues before they become expensive problems. Annual inspections keep your roof in peak condition.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-talking-phone_23-2148751952.jpg", imageAlt: "professional roof inspection" } ]} /> @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Free Estimates", description: "No hidden costs. We provide transparent, detailed estimates before starting any work so you know exactly what to expect.", icon: CheckCircle } ]} - imageSrc="http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/construction-worker-building-roof-house_23-2148748843.jpg" imageAlt="Professional roofing team" mediaAnimation="slide-up" /> @@ -148,7 +148,7 @@ export default function LandingPage() { tag="Get Started" title="Ready for Your Free Roofing Estimate?" description="Contact us today to schedule your free inspection and estimate. We're available Monday–Friday, 8AM–6PM." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Request Estimate" -- 2.49.1