From f25ec95942d067feab1dd78877947e88f4ac16d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:07:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4df47a..4cdff0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Premium Specialty Coffee" tagIcon={Coffee} tagAnimation="blur-reveal" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-psd/floating-roasted-coffee-beans-transparent-background_84443-68959.jpg", imageAlt: "Coffee beans roasting" @@ -89,7 +89,7 @@ export default function LandingPage() { tag="Our Journey" tagIcon={Leaf} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-view-coffee-beans-container_23-2148523095.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/front-view-coffee-beans-container_23-2148523095.jpg" imageAlt="Brew Haven coffee roastery" buttons={[{ text: "Visit Us", href: "#contact" }]} buttonAnimation="slide-up" @@ -190,7 +190,7 @@ export default function LandingPage() {