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() {