diff --git a/src/app/page.tsx b/src/app/page.tsx index 6de614b..990d3f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-roses-with-rose-buds-wooden-bowl-wooden-background-with-copy-space_141793-53121.jpg" imageAlt="Elegant floral arrangement with soft pastel tones" mediaAnimation="slide-up" - marqueeItems={[{text:"Fresh & Local",icon:CheckCircle},{text:"Sustainable Practices",icon:Sparkles},{text:"Custom Designs",icon:ArrowRight}]} + marqueeItems={[{type:"text-icon", text:"Fresh & Local",icon:CheckCircle},{type:"text-icon", text:"Sustainable Practices",icon:Sparkles},{type:"text-icon", text:"Custom Designs",icon:ArrowRight}]} showMarqueeCard={true} ariaLabel="Hero section showcasing Baklajan's floral artistry" /> @@ -84,13 +84,13 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[{id:1,title:"Handcrafted Bouquets",description:"Every bouquet is designed by our master florists using seasonal flowers and unique combinations.",imageSrc:"http://img.b2bpic.net/free-photo/top-view-wedding-flowers-with-copy-space_23-2148461242.jpg",imageAlt:"Beautiful handcrafted bouquet with seasonal flowers"},{id:2,title:"Sustainable Practices",description:"We source flowers locally and use eco-friendly packaging to reduce our environmental footprint.",imageSrc:"http://img.b2bpic.net/free-photo/high-angle-hand-holding-delicate-flower_23-2148256567.jpg",imageAlt:"Eco-friendly packaging and local flower sourcing"},{id:3,title:"Personalized Touch",description:"Customize your arrangements to match any occasion with our bespoke design service.",imageSrc:"http://img.b2bpic.net/free-photo/crop-florist-wrapping-bouquet_23-2147760945.jpg?_wi=1",imageAlt:"Personalized floral arrangement with custom design elements"}]} + features={[{id:1,title:"Handcrafted Bouquets",description:"Every bouquet is designed by our master florists using seasonal flowers and unique combinations.",imageSrc:"http://img.b2bpic.net/free-photo/top-view-wedding-flowers-with-copy-space_23-2148461242.jpg",imageAlt:"Beautiful handcrafted bouquet with seasonal flowers"},{id:2,title:"Sustainable Practices",description:"We source flowers locally and use eco-friendly packaging to reduce our environmental footprint.",imageSrc:"http://img.b2bpic.net/free-photo/high-angle-hand-holding-delicate-flower_23-2148256567.jpg",imageAlt:"Eco-friendly packaging and local flower sourcing"},{id:3,title:"Personalized Touch",description:"Customize your arrangements to match any occasion with our bespoke design service.",imageSrc:"http://img.b2bpic.net/free-photo/crop-florist-wrapping-bouquet_23-2147760945.jpg",imageAlt:"Personalized floral arrangement with custom design elements"}]} />