1 Commits

Author SHA1 Message Date
bbe3b6f6cf Bob AI: fix build errors (attempt 1) 2026-02-24 09:50:21 +00:00

View File

@@ -57,9 +57,9 @@ export default function LandingPage() {
imageAlt="Cozy coffee shop interior with artisan bread displayed on wooden shelves"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Locally Sourced Ingredients", icon: CheckCircle },
{ type: "text", text: "Daily Fresh Bread", icon: Sparkles },
{ type: "text", text: "Sustainable Practices", icon: CheckCircle }
{ type: "text", text: "Locally Sourced Ingredients" },
{ type: "text", text: "Daily Fresh Bread" },
{ type: "text", text: "Sustainable Practices" }
]}
marqueeSpeed={30}
showMarqueeCard={true}