diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a82361..f4706bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}