Services | Amoeba Productions - Event Management, Marketing & Advertising Patna
{/* Hero Section */}
Our Services
Creating Memorable Experiences for Every Occasion
{/* Wedding Services Section */}
Wedding Services
{weddingServices.map((service, idx) => (
{service.title}
{service.items.map((item, itemIdx) => (
{item}
))}
))}
{/* Corporate Events Section */}
Corporate Events
{corporateEvents.map((event, idx) => (
{event.icon}
{event.title}
{event.description}
))}
{/* Anniversary Section */}
Anniversary Celebrations
Celebrate your special moments with our curated anniversary packages. From intimate dinners to grand celebrations, we create magical experiences that honor your journey together.
{anniversaryGallery.map((item, idx) => (
openImagePopup(idx)}
>
))}
{/* Birthday Section */}
Birthday Celebrations
{birthdayFeatures.map((feature, idx) => (
{feature.icon}
{feature.title}
{feature.items.map((item, itemIdx) => (
{item}
))}
))}
{/* CTA Section */}
Ready to Plan Your Event?
setIsBookingOpen(true)}
className="px-8 py-4 bg-primary text-white text-lg font-semibold rounded-full hover:bg-primary-dark transition-colors duration-200"
>
Book Now
setIsBookingOpen(false)} />
{/* Image Popup Gallery with Auto Slider */}
{selectedImageIndex !== null && (
e.stopPropagation()}
>
{/* Close button */}
{/* Auto play toggle */}
{autoPlay ? (
<>
● Auto Play ON
>
) : (
<>
○ Auto Play OFF
>
)}
{/* Image counter */}
{selectedImageIndex + 1} / {anniversaryGallery.length}
{/* Title overlay */}
{anniversaryGallery[selectedImageIndex].title}
{/* Navigation buttons */}
)}
);
};
export default Services;