Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 786ba81478 |
@@ -57,9 +57,9 @@ export default function CoffeeShopLanding() {
|
|||||||
imageAlt="Premium coffee beans in natural setting"
|
imageAlt="Premium coffee beans in natural setting"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Sustainable Sourcing", icon: CheckCircle },
|
{ type: "text", text: "Sustainable Sourcing" },
|
||||||
{ type: "text", text: "Custom Branding", icon: Sparkles },
|
{ type: "text", text: "Custom Branding" },
|
||||||
{ type: "text", text: "Small Batch Roasting", icon: ArrowRight }
|
{ type: "text", text: "Small Batch Roasting" }
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user