From 24e526bf3525afadca5a315519c4701a3131fb03 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:24:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2861067..f330c48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="none" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Early Learning Excellence" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "none" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46933.jpg", imageAlt: "Children learning in classroom"}, @@ -231,7 +231,7 @@ export default function LandingPage() { description="We'd love to meet you and your child. Sign up for updates, schedule a tour, or ask any questions about our programs." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "none" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/kids-raising-hands_1098-15843.jpg" imageAlt="CLC welcoming environment" -- 2.49.1