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