Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
imageAlt="Yoga class with students in meditation"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,7 +94,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -107,13 +106,13 @@ export default function LandingPage() {
|
||||
tagIcon={Heart}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Maria Silva", role: "Vinyasa & Hatha", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-yoga-mat_23-2149832782.jpg?_wi=1", imageAlt: "yoga instructor portrait woman teacher"
|
||||
id: "1", name: "Maria Silva", role: "Vinyasa & Hatha", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-yoga-mat_23-2149832782.jpg", imageAlt: "yoga instructor portrait woman teacher"
|
||||
},
|
||||
{
|
||||
id: "2", name: "João Santos", role: "Kundalini & Meditation", imageSrc: "http://img.b2bpic.net/free-photo/group-people-performing-tree-pose-yoga-exercise_1170-115.jpg", imageAlt: "yoga instructor portrait man teacher"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ana Costa", role: "Yin & Restorative", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-yoga-mat_23-2149832782.jpg?_wi=2", imageAlt: "yoga instructor portrait woman expert"
|
||||
id: "3", name: "Ana Costa", role: "Yin & Restorative", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-yoga-mat_23-2149832782.jpg", imageAlt: "yoga instructor portrait woman expert"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -201,7 +200,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Your First Class", href: "#" },
|
||||
{ text: "Contact Us", href: "#" }
|
||||
]}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user