Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf12c7216a | |||
| d12565ec9b | |||
| c9f04b9706 | |||
| 0e5fe868b1 | |||
| 926b41a58a | |||
| 8e6a3dc23b | |||
| 67cbd9a2cd |
@@ -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