diff --git a/src/app/page.tsx b/src/app/page.tsx index 93ccdef..5bf6842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -77,8 +77,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Laney B." }, { src: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg", alt: "Local customer" } ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="none" + avatarsAnimation="none" useInvertedBackground={false} /> @@ -88,13 +88,13 @@ export default function LandingPage() { title="Authentic Shenandoah Valley Farming" description="We believe food should be fresh, honest, and locally grown. Our family farm raises pasture-raised beef, pork, and goat all right here near Front Royal. Our market brings together the best local farms, dairies, and artisans to create a true farm-to-table experience." tag="Our Farm Promise" - tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498423.jpg?_wi=2" + tagAnimation="none" + imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498423.jpg" imageAlt="Our family farm operation and pastoral landscape" buttons={[ { text: "Learn More", href: "#products" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" useInvertedBackground={false} /> @@ -104,7 +104,7 @@ export default function LandingPage() { title="Featured Products" description="Discover our curated selection of premium farm products" tag="Shop" - tagAnimation="entrance-slide" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -138,7 +138,7 @@ export default function LandingPage() { title="Seasonal Experiences" description="What's fresh right now at The Giving Tree" tag="Year-Round" - tagAnimation="entrance-slide" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" @@ -157,7 +157,7 @@ export default function LandingPage() { title="Farm-Fresh Ice Cream Stop" description="Perfect for Skyline Drive travelers and families" tag="Must-Try" - tagAnimation="entrance-slide" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} animationType="slide-up"