From 95c8ba051771213dcf9e7c2c92e1af9545e0b259 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:52:35 +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 974ce20..7e7aefb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -52,11 +52,11 @@ export default function LandingPage() { testimonials={[ { name: "Michael Thompson", handle: "Homeowner, Springfield", testimonial: "Absolutely transformed our home! Professional and efficient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg" }, { name: "Sarah Martinez", handle: "Property Manager, Metro Area", testimonial: "Best contractors we've worked with. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg" } ]} buttons={[ @@ -66,7 +66,7 @@ export default function LandingPage() { mediaAnimation="slide-up" tagAnimation="slide-up" buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -118,7 +118,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg" imageAlt="Professional handyman at work" bulletPoints={[ { @@ -164,7 +164,7 @@ export default function LandingPage() { id: "2", value: "98%", title: "Customer Satisfaction", description: "High satisfaction rate and repeat business clients", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-painting-wall_23-2148903531.jpg", imageAlt: "Professional drywall work" }, { - id: "3", value: "15+", title: "Years Experience", description: "Over a decade of proven expertise and excellence", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg?_wi=2", imageAlt: "Expert handyman services" + id: "3", value: "15+", title: "Years Experience", description: "Over a decade of proven expertise and excellence", imageSrc: "http://img.b2bpic.net/free-photo/view-steel-hammer-with-other-construction-elements-tools_23-2150576467.jpg", imageAlt: "Expert handyman services" } ]} /> @@ -183,11 +183,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Anderson", role: "Homeowner", company: "Maple Street, Springfield", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg" }, { id: "2", name: "Emily Rodriguez", role: "Property Manager", company: "Metro Residential Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg" }, { id: "3", name: "David Chen", role: "Business Owner", company: "Downtown Commercial District", rating: 5, @@ -207,7 +207,7 @@ export default function LandingPage() { title="Get Your Free Quote Today" description="Contact us for a no-obligation estimate on your painting or handyman project. We're available 24/7 to answer your questions." tagIcon={Phone} - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Request Quote" -- 2.49.1