Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 13:26:15 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
background="fluid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="APETITO"
description="Discover the art of exceptional coffee. From our hand-selected beans to expertly crafted espresso, every cup tells a story of passion and precision."
background={{ variant: "fluid" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Explore Menu", href: "#products" },
{ text: "Visit Us", href: "#contact" }
@@ -121,7 +121,7 @@ export default function LandingPage() {
id: "4", value: "25", title: "Blends", description: "Sourced from 12 countries worldwide", icon: Globe
}
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}