Compare commits

1 Commits

Author SHA1 Message Date
7c9de77756 Bob AI: fix build errors (attempt 1) 2026-02-27 10:09:33 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/stupefied-woman-stares-with-shock-cellphone-wears-casual-domestic-clothes_273609-37068.jpg" imageSrc="http://img.b2bpic.net/free-photo/stupefied-woman-stares-with-shock-cellphone-wears-casual-domestic-clothes_273609-37068.jpg"
imageAlt="Creative team collaborating on UGC campaign" imageAlt="Creative team collaborating on UGC campaign"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[{text: '10x Engagement Rate', icon: TrendingUp}, {text: 'Real-Time Analytics', icon: BarChart3}, {text: 'Global Creator Network', icon: Globe}]} marqueeItems={[{type: 'text-icon', text: '10x Engagement Rate', icon: TrendingUp}, {type: 'text-icon', text: 'Real-Time Analytics', icon: BarChart3}, {type: 'text-icon', text: 'Global Creator Network', icon: Globe}]}
marqueeSpeed={40} marqueeSpeed={40}
showMarqueeCard={true} showMarqueeCard={true}
ariaLabel="Hero section showcasing UGC partnership benefits" ariaLabel="Hero section showcasing UGC partnership benefits"