Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 22:35:07 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="Clean Eating, Elevated."
description="Fresh. Flavorful. Obsess-worthy bowls crafted for how you want to feel."
background="plain"
background={{ variant: "plain" }}
tag="Fresh Ingredients"
tagIcon={Leaf}
tagAnimation="slide-up"
@@ -216,7 +216,7 @@ export default function LandingPage() {
id: "worth", value: "Worth", title: "The Drive", description: "Even if you're not around the corner, it's worth it.", icon: Heart
}
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}