Bob AI: fix build errors (attempt 1)

This commit is contained in:
2026-02-23 23:48:16 +00:00
parent 942dd0f7aa
commit 2a3e1c6bed

View File

@@ -62,9 +62,9 @@ export default function LandingPage() {
imageAlt="Handcrafted noodles with fresh vegetables"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "100% Natural Ingredients", icon: CheckCircle },
{ type: "text", text: "Locally Sourced Produce", icon: CheckCircle },
{ type: "text", text: "Traditional Recipes", icon: CheckCircle }
{ type: "text", text: "100% Natural Ingredients" },
{ type: "text", text: "Locally Sourced Produce" },
{ type: "text", text: "Traditional Recipes" }
]}
marqueeSpeed={30}
showMarqueeCard={true}