diff --git a/src/app/page.tsx b/src/app/page.tsx index 125ea06..98f50af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { text: "View Our Work", href: "#testimonials" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/happy-people-partying-together-music_482257-78144.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-people-partying-together-music_482257-78144.jpg?_wi=1" imageAlt="Experiential event showcase" mediaAnimation="blur-reveal" imagePosition="right" @@ -87,15 +87,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Discovery", title: "Strategy & Vision", subtitle: "Deep understanding of your brand", description: "We immerse ourselves in your brand DNA, market position, and objectives. Through collaborative workshops and strategic analysis, we develop a comprehensive event strategy that aligns with your business goals and resonates with your target audience.", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-startup-company-colleague-entrepreneur-meeting-professional-workplace-broadroom_482257-5082.jpg", imageAlt: "Strategy consultation session" + tag: "Discovery", title: "Strategy & Vision", subtitle: "Deep understanding of your brand", description: "We immerse ourselves in your brand DNA, market position, and objectives. Through collaborative workshops and strategic analysis, we develop a comprehensive event strategy that aligns with your business goals and resonates with your target audience.", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-startup-company-colleague-entrepreneur-meeting-professional-workplace-broadroom_482257-5082.jpg?_wi=1", imageAlt: "Strategy consultation session" }, { id: 2, - tag: "Production", title: "Seamless Execution", subtitle: "Flawless event delivery", description: "Our experienced production team orchestrates every detail—from technical requirements to venue logistics to on-ground coordination. We manage all aspects with precision, ensuring your vision comes to life exactly as planned.", imageSrc: "http://img.b2bpic.net/free-photo/man-tv-reporter-standing-shopping-mall-entrance-presenting-news-about-black-friday-clothing-store-security-guard-opening-door-eager-people-shoppers-waiting-discounts-seasonal-sales_482257-69889.jpg", imageAlt: "Event production in action" + tag: "Production", title: "Seamless Execution", subtitle: "Flawless event delivery", description: "Our experienced production team orchestrates every detail—from technical requirements to venue logistics to on-ground coordination. We manage all aspects with precision, ensuring your vision comes to life exactly as planned.", imageSrc: "http://img.b2bpic.net/free-photo/man-tv-reporter-standing-shopping-mall-entrance-presenting-news-about-black-friday-clothing-store-security-guard-opening-door-eager-people-shoppers-waiting-discounts-seasonal-sales_482257-69889.jpg?_wi=1", imageAlt: "Event production in action" }, { id: 3, - tag: "Results", title: "Measurement & Impact", subtitle: "Data-driven success metrics", description: "We capture comprehensive analytics and feedback to measure engagement, ROI, and brand impact. Our detailed post-event analysis provides actionable insights for continuous improvement and future campaign optimization.", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Analytics and reporting dashboard" + tag: "Results", title: "Measurement & Impact", subtitle: "Data-driven success metrics", description: "We capture comprehensive analytics and feedback to measure engagement, ROI, and brand impact. Our detailed post-event analysis provides actionable insights for continuous improvement and future campaign optimization.", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1", imageAlt: "Analytics and reporting dashboard" } ]} title="Our Creative Process" @@ -140,16 +140,16 @@ export default function LandingPage() {