From b543ae793535820ed6c37db1e759d54e9bba27dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 10:58:23 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 394 +++++++++++++---------------------------- 1 file changed, 125 insertions(+), 269 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a4a3dbe..e313877 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,294 +6,150 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Calendar, Camera, Lightbulb, Mic, Music, Sparkles, Users, Zap } from "lucide-react"; +import { Calendar, Camera, Lightbulb, Mic, Music, Sparkles, Users, Zap, Instagram, Facebook, Twitter, PlayCircle } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import FooterMinimal from '@/components/sections/footer/FooterMinimal'; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Production Experts" + title="One Stop Solution for All Your Events" + description="Experience professional event production, live concerts, pyrotechnics, and artist management that turns visions into unforgettable reality." + primaryButton={{ text: "Book an Event", href: "#contact" }} + secondaryButton={{ text: "View Our Portfolio", href: "#gallery" }} + leftItems={[ + { imageSrc: "http://img.b2bpic.net/free-photo/magenta-flash-near-lights_23-2147798893.jpg" }, + { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/musician-with-microphone-raising-hand-while-entertaining-crowd-from-stage-nightclub-dj-singing-playing-electronic-music-show-discotheque-party-club-with-spotlights_482257-65405.jpg" }, + { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/red-fireworks-blow-up-palms-hawaii_1304-3176.jpg" }, + { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" } + ]} + rightItems={[ + { imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536124.jpg" }, + { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-night-outdoor_23-2148281579.jpg" }, + { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5598.jpg" }, + { videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" } + ]} + /> +
+
-
- +
+ - -
+ title="Moonlight Entertainments delivers high-impact production value with precision. From visual media to artist management, we set the stage for your biggest moments." + primaryButton={{ text: "Learn More", href: "#services" }} + /> +
+
-
- +
+ - -
+ tag="Our Expertise" + title="Comprehensive Event Production" + description="Everything you need under one roof for professional-grade events." + features={[ + { icon: Music, title: "Live Concerts", description: "Full end-to-end concert production management." }, + { icon: Sparkles, title: "Pyrotechnics & SFX", description: "Safe, professional-grade visual effects and pyrotechnic displays." }, + { icon: Mic, title: "Artist Management", description: "Connecting talent with the right stage and audience." }, + { icon: Lightbulb, title: "Pro Lighting", description: "Creative lighting designs for immersive visual experiences." }, + { icon: Camera, title: "Visual Media", description: "High-definition content production and live visual streaming." } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Track Record" + title="Impact at Scale" + description="Trusted by hundreds of clients across every major production sector." + metrics={[ + { icon: "Calendar", title: "Events Produced", value: "250+" }, + { icon: "Users", title: "Artists Managed", value: "50+" }, + { icon: "Zap", title: "Live Concerts", value: "100+" } + ]} + /> +
+
- -
- +
+ - -
+ quote="Moonlight Entertainments transformed our festival into a high-energy production. Their attention to lighting, sound, and safety is second to none." + rating={5} + author="Rajesh Kumar, Festival Director" + avatars={[ + { name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-covered-with-holi-powder-looking-away_23-2148129364.jpg" }, + { name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/being-creative-with-textures-colours_329181-18136.jpg" }, + { name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-male-barber-uniform-holding-barber-thools-isolated-blue_141793-73506.jpg" }, + { name: "Kevin L.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-block-party_52683-90480.jpg" }, + { name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-blonde-male-barber-uniform-looks-camera-isolated-green-space-with-copy-space_141793-60051.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Frequently Asked Questions" + title="Need Help Planning?" + description="Get answers to common production questions." + categories={[ + { name: "Event Logistics", items: [{ question: "Do you provide your own sound equipment?", answer: "Yes, we handle the end-to-end sound and lighting setup for any event venue." }, { question: "Can you handle indoor and outdoor events?", answer: "We have experience across all venue types, from clubs to massive outdoor stadiums." }] }, + { name: "Pyrotechnics & Safety", items: [{ question: "Are your fireworks displays safe?", answer: "Safety is our priority. Our team is fully certified and adheres to all local safety standards." }, { question: "Do you need special permits?", answer: "We handle all necessary permitting for pyrotechnic events on your behalf." }] } + ]} + /> +
+
-
- +
+ - -
+ tag="Let's Get Started" + text="Ready to light up your next event? Reach out to our production team today." + primaryButton={{ text: "Contact Us", href: "mailto:hello@moonlightent.com" }} + secondaryButton={{ text: "Call Now", href: "tel:+910000000000" }} + /> +
+
+ + ); -} +} \ No newline at end of file -- 2.49.1