Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-04 01:54:33 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Clean Hands, Clear Mind"
description="Premium hand sanitizer crafted with care for everyone, including those with dyslexia. ShaeMade combines natural ingredients with thoughtful design, because wellness should be accessible to all."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "100%", label: "Natural Ingredients" },
{ value: "1 of 5", label: "Profits Support Dyslexia Programs" },
@@ -82,6 +82,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149315662.jpg"
imageAlt="Community and support for dyslexia"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -200,7 +201,7 @@ export default function LandingPage() {
{ text: "Donate to Programs", href: "https://shaemade.com/donate" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>