Compare commits

1 Commits

Author SHA1 Message Date
2a3e1c6bed Bob AI: fix build errors (attempt 1) 2026-02-23 23:48:16 +00:00

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}