diff --git a/src/app/page.tsx b/src/app/page.tsx index 9551e44..0470482 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,7 @@ export default function LandingPage() { { text: "Explore Our Products", href: "#products" }, { text: "Visit Us", href: "#contact" } ]} + buttonAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-living-countryside_23-2150642378.jpg", alt: "Community member 1" }, { src: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg", alt: "Community member 2" }, @@ -101,6 +102,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + buttonAnimation="slide-up" />
@@ -120,6 +122,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttonAnimation="slide-up" />
@@ -175,6 +178,7 @@ export default function LandingPage() { { text: "Email Us", href: "mailto:bloomingdaisyhomestead@gmail.com" }, { text: "Get Directions", href: "https://www.google.com/maps/search/971+Marian+Lane+Spring+Hope+North+Carolina" } ]} + buttonAnimation="slide-up" background={{ variant: "plain" }}