diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fa5161..9b493f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Specialty Coffee" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-beans-wooden-spoon-white-porcelain-jug-with-cookies-flowers-light-blue-marble-background-horizontal_176474-64330.jpg" imageAlt="Premium coffee aesthetic and culture" imagePosition="right" @@ -125,19 +125,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Bean Selection", description: "Learn to identify and select premium single-origin beans based on flavor profile, altitude, and processing method.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=1", imageAlt: "Coffee bean selection process" + title: "Bean Selection", description: "Learn to identify and select premium single-origin beans based on flavor profile, altitude, and processing method.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee bean selection process", cardTitleClassName: "text-lg font-semibold" }, { id: 2, - title: "Brewing Techniques", description: "Master various brewing methods from pour-over to espresso, understanding how technique affects extraction and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=2", imageAlt: "Coffee brewing techniques" + title: "Brewing Techniques", description: "Master various brewing methods from pour-over to espresso, understanding how technique affects extraction and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee brewing techniques", cardTitleClassName: "text-lg font-semibold" }, { id: 3, - title: "Tasting & Cupping", description: "Develop your palate through structured cupping sessions, learning to identify subtle flavor notes and origins.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=3", imageAlt: "Coffee tasting and cupping" + title: "Tasting & Cupping", description: "Develop your palate through structured cupping sessions, learning to identify subtle flavor notes and origins.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee tasting and cupping", cardTitleClassName: "text-lg font-semibold" }, { id: 4, - title: "Community Connection", description: "Join fellow enthusiasts in exclusive events, workshops, and tastings that celebrate coffee culture and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg?_wi=4", imageAlt: "Coffee community gathering" + title: "Community Connection", description: "Join fellow enthusiasts in exclusive events, workshops, and tastings that celebrate coffee culture and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-coffee-together_23-2148513811.jpg", imageAlt: "Coffee community gathering", cardTitleClassName: "text-lg font-semibold" } ]} animationType="blur-reveal"