Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 11:35:48 +00:00

View File

@@ -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() {
<HeroSplitKpi
title="Fresh From Our Farm To Your Table"
description="A family-run farm market in the heart of the Shenandoah Valley offering locally raised meats, seasonal produce, artisanal cheeses, wines, and farm-fresh ice cream."
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "4.8★", label: "167+ Local Reviews" },
{ value: "30+", label: "Local Vendors" },
@@ -53,15 +53,15 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
tag="Shenandoah Valley"
tagAnimation="entrance-slide"
tagAnimation="none"
buttons={[
{ text: "Visit The Market Today", href: "#contact" },
{ text: "Explore Seasonal Products", href: "#products" }
]}
buttonAnimation="entrance-slide"
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498423.jpg?_wi=1"
buttonAnimation="none"
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498423.jpg"
imageAlt="The Giving Tree Farm Market entrance with fresh produce displays"
mediaAnimation="entrance-slide"
mediaAnimation="none"
imagePosition="right"
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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"