1 Commits

Author SHA1 Message Date
786ba81478 Bob AI: fix build errors (attempt 1) 2026-02-24 04:31:40 +00:00

View File

@@ -57,9 +57,9 @@ export default function CoffeeShopLanding() {
imageAlt="Premium coffee beans in natural setting"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Sustainable Sourcing", icon: CheckCircle },
{ type: "text", text: "Custom Branding", icon: Sparkles },
{ type: "text", text: "Small Batch Roasting", icon: ArrowRight }
{ type: "text", text: "Sustainable Sourcing" },
{ type: "text", text: "Custom Branding" },
{ type: "text", text: "Small Batch Roasting" }
]}
marqueeSpeed={30}
showMarqueeCard={true}