5 Commits

Author SHA1 Message Date
cb8aec16fb Merge version_6 into main
Merge version_6 into main
2026-03-10 09:30:58 +00:00
4607a4bde2 Update src/app/page.tsx 2026-03-10 09:30:54 +00:00
3d7f5c659e Merge version_5 into main
Merge version_5 into main
2026-03-10 08:44:47 +00:00
a8557c16ef Update src/app/page.tsx 2026-03-10 08:44:42 +00:00
4158ef47d6 Merge version_4 into main
Merge version_4 into main
2026-03-10 08:11:16 +00:00

View File

@@ -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>