Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 06:49:58 +00:00

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmall"
background="radial-gradient"
background="floatingGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Build Your Paleta", href: "#how-it-works" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
background={{ variant: "floatingGradient" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/vanilla-berry-organic-homemade-lollipop-ice-presented-pink-background-with-copy-space-text-natural-healthy-food-top-view_628469-22.jpg", imageAlt: "Hand-dipped paleta with chocolate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-stick-liquid-chocolate-covered-it-different-chocolate-textures-brown-background_633478-2104.jpg", imageAlt: "Paleta with colorful toppings" },
@@ -266,7 +266,7 @@ export default function LandingPage() {
{ text: "Order Ahead", href: "#menu" },
{ text: "Book Catering", href: "#catering" }
]}
background={{ variant: "radial-gradient" }}
background={{ variant: "floatingGradient" }}
useInvertedBackground={false}
/>
</div>