Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a3e1c6bed |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user