Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 16:55:41 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Premium Bakery"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Order Custom Cake", href: "contact" },
{ text: "Learn More", href: "about" }
@@ -88,7 +88,7 @@ export default function LandingPage() {
id: "2", name: "Custom Layer Cake", price: "€35+", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg", imageAlt: "Elegant custom decorated layer cake"
},
{
id: "3", name: "Macaron Gift Box", price: "€25 per box", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg?_wi=1", imageAlt: "Premium macaron gift box packaging"
id: "3", name: "Macaron Gift Box", price: "€25 per box", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg", imageAlt: "Premium macaron gift box packaging"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -170,9 +170,9 @@ export default function LandingPage() {
description="Ready to experience exceptional pastries? Reach out to place a custom order or learn more about our offerings. Visit us at Nieuwenbos 42, Dilbeek, or contact us directly."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "canvas-reveal" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg"
imageAlt="Premium pastry packaging"
mediaAnimation="slide-up"
mediaPosition="right"