From 2b90b351ab7dd5b7ef286bc23bbeadbdb3d306e9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:54:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f21284..f2d497f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -182,20 +182,16 @@ export default function LandingPage() { animationType="slide-up" 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" + 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" }, { - 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" + 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" }, { - id: "3", name: "David Chen", role: "Business Owner", company: "Downtown Commercial District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg" + id: "3", name: "David Chen", role: "Business Owner", company: "Downtown Commercial District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg" }, { - id: "4", name: "Patricia Williams", role: "Homeowner", company: "Oak Hill Neighborhood", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg" + id: "4", name: "Patricia Williams", role: "Homeowner", company: "Oak Hill Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg" } ]} /> @@ -207,7 +203,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