From 6c0baee4bc33d02d0313b79d56a6c21125caebe5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:45:22 +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 554cf96..0fd691c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Professional Roofing" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Modern home with premium roofing" @@ -93,13 +93,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "3D Roof Inspections", description: "Advanced drone technology provides detailed aerial assessments of your roof, identifying issues before they become problems. Our digital reports give you complete visibility.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-houses-sandsfoot-beach-weymouth-dorset-uk_181624-13137.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-houses-sandsfoot-beach-weymouth-dorset-uk_181624-13137.jpg?_wi=2" } + title: "3D Roof Inspections", description: "Advanced drone technology provides detailed aerial assessments of your roof, identifying issues before they become problems. Our digital reports give you complete visibility.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-houses-sandsfoot-beach-weymouth-dorset-uk_181624-13137.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-houses-sandsfoot-beach-weymouth-dorset-uk_181624-13137.jpg" } }, { id: 2, - title: "Expert Installation", description: "Professional roofing installation using premium materials and industry-leading techniques. We handle residential and commercial projects with meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-installation-rooftop_23-2152021003.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-installation-rooftop_23-2152021003.jpg?_wi=2" } + title: "Expert Installation", description: "Professional roofing installation using premium materials and industry-leading techniques. We handle residential and commercial projects with meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-installation-rooftop_23-2152021003.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-installation-rooftop_23-2152021003.jpg" } } ]} showStepNumbers={true} -- 2.49.1