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"
|
imageAlt="Cozy coffee shop interior with artisan bread displayed on wooden shelves"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Locally Sourced Ingredients", icon: CheckCircle },
|
{ type: "text", text: "Locally Sourced Ingredients" },
|
||||||
{ type: "text", text: "Daily Fresh Bread", icon: Sparkles },
|
{ type: "text", text: "Daily Fresh Bread" },
|
||||||
{ type: "text", text: "Sustainable Practices", icon: CheckCircle }
|
{ type: "text", text: "Sustainable Practices" }
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user