From 2d4559f711c99653af83a6ac9ef31def989e90ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:34:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd2bf3f..f649a4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-fur-texture-background_1373-289.jpg", imageAlt: "Healthy shiny hair" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-woman_23-2147813586.jpg", imageAlt: "Hair growth results" }, -- 2.49.1