From a022e0e682a036a20ddc4658ed30f2b3355baf5d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:30:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 85 +++++++++++++++++++++++++++++++----------------- 1 file changed, 56 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d69748..7a8c8b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:(555)123-4567"}} + text: "Call Now", href: "tel:(555)123-4567" + }} /> @@ -51,26 +52,34 @@ export default function LandingPage() { { text: "Learn More", href: "#services" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg?_wi=1", imageAlt: "Plumber fixing leak"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg", imageAlt: "Plumber fixing leak" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1", imageAlt: "Toilet installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Toilet installation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=1", imageAlt: "Professional plumbing work"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Professional plumbing work" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg?_wi=1", imageAlt: "Pipe repair work"}, + imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg", imageAlt: "Pipe repair work" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg?_wi=2", imageAlt: "Quality plumbing installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg", imageAlt: "Quality plumbing installation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=2", imageAlt: "Expert plumbing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Expert plumbing service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg?_wi=2", imageAlt: "Fast leak repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg", imageAlt: "Fast leak repair" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2", imageAlt: "Toilet repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Toilet repair service" + }, ]} carouselPosition="right" /> @@ -80,7 +89,8 @@ export default function LandingPage() {