Compare commits

1 Commits

Author SHA1 Message Date
9643ed8971 Bob AI: fix build errors (attempt 1) 2026-02-26 14:40:33 +00:00

View File

@@ -68,8 +68,8 @@ export default function SitePage() {
tagAnimation="slide-up"
title="Crafting Beauty, One Bloom at a Time"
buttons={[
{ text: "Explore Our Arrangements", href: "#products-section", props: { variant: "primary" } },
{ text: "Meet Our Team", href: "#contact-section", props: { variant: "secondary" } },
{ text: "Explore Our Arrangements", href: "#products-section", props: { variant: "shift-hover" } },
{ text: "Meet Our Team", href: "#contact-section", props: { variant: "shift-hover" } },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}