From 3b3cd8671ee1d36785509c8a10484f39c8864406 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:32:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eabe6f..1dcdba4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Local Service Experts" tagIcon={CheckCircle} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Get Free Quote", href: "contact" }, { text: "Call Now: (555) 123-4567", href: "contact" } @@ -56,16 +56,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865317.jpg", imageAlt: "Professional service team at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1", imageAlt: "Professional plumbing service" + imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "Professional plumbing service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg?_wi=1", imageAlt: "Professional electrical service" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg", imageAlt: "Professional electrical service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Professional HVAC service" + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional HVAC service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg?_wi=1", imageAlt: "Professional cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg", imageAlt: "Professional cleaning service" } ]} ariaLabel="Hero section for professional local services" @@ -117,19 +117,19 @@ export default function LandingPage() { @@ -166,7 +166,7 @@ export default function LandingPage() { title: "Warranty Guarantee", description: "All work backed by our satisfaction guarantee. 12-month warranty on parts and labor", icon: CheckCircle } ]} - imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg" imageAlt="Professional service team" mediaAnimation="slide-up" imagePosition="right" @@ -199,7 +199,7 @@ export default function LandingPage() { tagIcon={ListChecks} tagAnimation="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} ariaLabel="Service process section" /> @@ -218,8 +218,8 @@ export default function LandingPage() { name: "message", placeholder: "Describe your service needs in detail...", rows: 5, required: true }} - useInvertedBackground="invertDefault" - imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg?_wi=1" + useInvertedBackground={true} + imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg" imageAlt="Customer service team" mediaAnimation="slide-up" mediaPosition="right" @@ -249,7 +249,7 @@ export default function LandingPage() { title: "Family Owned", description: "Built on family values of integrity, hard work, and standing behind our service with pride", icon: Users } ]} - imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg" imageAlt="ProServe team members" mediaAnimation="slide-up" imagePosition="left" @@ -272,7 +272,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg" imageAlt="Contact us" mediaAnimation="slide-up" mediaPosition="left"