Merge version_2 into main #4
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
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: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
kpis={[
|
||||
{ value: "100%", label: "Natural Ingredients" },
|
||||
{ value: "1 of 5", label: "Profits Support Dyslexia Programs" },
|
||||
@@ -78,7 +78,6 @@ export default function LandingPage() {
|
||||
{ value: "$50K+", title: "Donated to Dyslexia Programs" },
|
||||
{ value: "Natural", title: "100% Plant-Based Formula" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149315662.jpg"
|
||||
imageAlt="Community and support for dyslexia"
|
||||
@@ -112,7 +111,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
title="Our Natural Collection"
|
||||
description="Thoughtfully crafted hand sanitizers made from nature's finest ingredients. Every bottle tells a story of care and commitment."
|
||||
description="Thoughtfully crafted hand sanitizers made from nature's finest ingredients. Every purchase directly funds dyslexia programs and support services, connecting your wellness with meaningful social impact."
|
||||
tag="Shop Collection"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
@@ -150,16 +149,20 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", handle: "@marcusj_reads", testimonial: "ShaeMade's clear labeling and support for dyslexia programs made me feel seen. Finally, a brand that understands accessibility.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Johnson"
|
||||
id: "1", name: "Marcus Johnson", handle: "@marcusj_reads", testimonial: "ShaeMade's clear labeling and support for dyslexia programs made me feel seen. Finally, a brand that understands accessibility.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Elena Rodriguez", handle: "@elena_advocating", testimonial: "As a dyslexia coach, I recommend ShaeMade to all my clients. The natural formula is gentle and the social impact is inspiring.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena Rodriguez"
|
||||
id: "2", name: "Elena Rodriguez", handle: "@elena_advocating", testimonial: "As a dyslexia coach, I recommend ShaeMade to all my clients. The natural formula is gentle and the social impact is inspiring.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Chen", handle: "@david_wellness", testimonial: "I love that ShaeMade gives back. Using their sanitizer makes me feel like I'm contributing to something meaningful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"
|
||||
id: "3", name: "David Chen", handle: "@david_wellness", testimonial: "I love that ShaeMade gives back. Using their sanitizer makes me feel like I'm contributing to something meaningful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sarah Mitchell", handle: "@sarah_inclusive", testimonial: "The handmade feel and inclusive branding genuinely made a difference. This is what conscious brands should look like.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-evening-street_1303-3828.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "4", name: "Sarah Mitchell", handle: "@sarah_inclusive", testimonial: "The handmade feel and inclusive branding genuinely made a difference. This is what conscious brands should look like.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-evening-street_1303-3828.jpg", imageAlt: "Sarah Mitchell"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -197,7 +200,7 @@ export default function LandingPage() {
|
||||
{ text: "Donate to Programs", href: "https://shaemade.com/donate" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user