From 9ff2f33143302c66217e66ea131674da588db5f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:55:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f779da8..44704ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1