diff --git a/src/app/page.tsx b/src/app/page.tsx index 27c5d71..f0a68f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -53,10 +53,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg?_wi=1", imageAlt: "Person sitting peacefully on a grassy hillside" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg", imageAlt: "Person sitting peacefully on a grassy hillside" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg?_wi=2", imageAlt: "Peaceful meditation moment" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg", imageAlt: "Peaceful meditation moment" } ]} mediaAnimation="slide-up" @@ -71,7 +71,7 @@ export default function LandingPage() { description="You have breakthroughs at 11pm that you forget by Thursday. Your therapist only sees 1 hour of your week. Most apps feel cold, clinical, or unsafe. Anchor changes that." tag="The Problem" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-yoga-home_23-2149029683.jpg" imageAlt="Moments that matter between therapy sessions" useInvertedBackground={false} buttonAnimation="slide-up" @@ -113,7 +113,7 @@ export default function LandingPage() { { text: "Join the Waitlist", href: "#waitlist" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={true} />