Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4607a4bde2 | |||
| 3d7f5c659e | |||
| a8557c16ef | |||
| 4158ef47d6 |
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Happy client 3" }
|
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Happy client 3" }
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ happy clients across the region"
|
avatarText="Trusted by 500+ happy clients across the region"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-delicate-white-rose-flowers_23-2150539962.jpg"
|
imageSrc="https://images.unsplash.com/photo-1578662996442-48f60103fc96?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||||
imageAlt="Beautiful premium flower bouquet arrangement"
|
imageAlt="Beautiful premium flower bouquet arrangement"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -69,6 +69,14 @@ export default function LandingPage() {
|
|||||||
{ text: "Order Custom", href: "#contact" }
|
{ text: "Order Custom", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
marqueeItems={[
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-vector/grace-greeting-card_53876-89167.jpg", alt: "Featured rose arrangement" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/vibrant-bouquet-multi-colored-tulips-outdoors-generated-by-ai_188544-15686.jpg", alt: "Featured tulip bouquet" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/floral-composition-with-elegant-style_23-2147897558.jpg", alt: "Featured orchid design" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/wedding-still-life-with-flowers_23-2147975918.jpg", alt: "Featured wedding centerpiece" }
|
||||||
|
]}
|
||||||
|
marqueeSpeed={25}
|
||||||
|
showMarqueeCard={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user