diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 7d35076..5b4d813 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -6,178 +6,150 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
-import { MessageSquare, Settings, User } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Premier Event Solutions"
+ title="Bringing Dreams to Life Under Moonlight"
+ description="We specialize in crafting unforgettable moments for concerts, corporate events, and weddings with world-class production."
+ primaryButton={{ text: "Explore Events", href: "#events" }}
+ secondaryButton={{ text: "Contact Us", href: "#contact" }}
+ items={[
+ { imageSrc: "http://img.b2bpic.net/free-photo/client-dark-vip-cinema-studio_23-2149500536.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-high-building-high-quality-photo_114579-12190.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-shiny-branches_1304-4764.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/red-spot-lights-concert_661209-455.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/beauty-details-this-lovely-table_8353-9904.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/candles-burn-standing-tall-vases-floor_1304-5614.jpg" }
+ ]}
+ />
+
+
-
-
+
+ tag="Our Philosophy"
+ quote="Every event should be a masterpiece of sound, lighting, and coordination. Moonlight Entertainments turns your vision into a cinematic reality."
+ author="Jordan Rivers"
+ role="Founder, Moonlight Entertainments"
+ imageSrc="http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167218.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Our Expertise"
+ title="Events That Dazzle"
+ description="From intimate weddings to massive stadium concerts, we deliver excellence."
+ items={[
+ { title: "Stadium Concerts", description: "High-octane sound & lighting.", imageSrc: "http://img.b2bpic.net/free-photo/dark-stage-inside-old-theater-illuminated-by-equipment-generated-by-ai_188544-18580.jpg" },
+ { title: "Corporate Galas", description: "Professional production value.", imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10077.jpg" },
+ { title: "Dream Weddings", description: "Elegant, seamless celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/frankenstein-sitting-table-full-shot_23-2149636927.jpg" },
+ { title: "College Festivals", description: "Vibrant and high energy.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenagers-being-friends_23-2150598738.jpg" },
+ { title: "Private Parties", description: "Personalized touch, big impact.", imageSrc: "http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg" },
+ { title: "Award Nights", description: "Classy and sophisticated.", imageSrc: "http://img.b2bpic.net/free-photo/blue-abstract-illuminated-bokeh-background_23-2148055635.jpg" },
+ { title: "Product Launches", description: "Strategic, dynamic showcases.", imageSrc: "http://img.b2bpic.net/free-photo/dark-grey-kitchen-backsplash-with-wooden-shelf-hooks-minimalist-furniture-design_169016-72719.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Full Service Production"
+ title="Everything Under Control"
+ description="Comprehensive event services to ensure your day goes perfectly."
+ features={[
+ {
+ title: "Advanced Lighting", description: "State of the art visual displays.", bentoComponent: "animated-bar-chart"
+ },
+ {
+ title: "Event Logistics", description: "End-to-end management.", bentoComponent: "icon-text-marquee", centerIcon: "Settings", marqueeTexts: ["Planning", "Execution", "Support"]
+ },
+ {
+ title: "Client Communication", description: "24/7 dedicated contact.", bentoComponent: "chat-marquee", aiIcon: "MessageSquare", userIcon: "User", exchanges: [
+ { userMessage: "Help with wedding layout", aiResponse: "Layout optimized for your ballroom." }
+ ],
+ placeholder: "Get quick support..."
+ }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Proven Track Record"
+ title="Impact by the Numbers"
+ description="Our success is defined by the satisfaction of our partners."
+ metrics={[
+ { value: "150+", description: "Events Produced" },
+ { value: "50k+", description: "Total Attendees" },
+ { value: "99%", description: "Client Retention" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Voices of Success"
+ title="They Love Our Work"
+ description="Don't just take our word for it—see what our clients have to say."
+ testimonials={[
+ { name: "Sarah P.", role: "Event Coordinator", quote: "Moonlight made our concert flawless.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg" },
+ { name: "Mark D.", role: "Corporate Lead", quote: "Professional, punctual, and innovative.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg" },
+ { name: "Elena R.", role: "Bride", quote: "The wedding was purely magical.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-bride-posing_23-2149860836.jpg" },
+ { name: "James L.", role: "Club Director", quote: "Best lighting design we've seen.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-work_1098-13068.jpg" },
+ { name: "Priya V.", role: "Graduate", quote: "Unforgettable college festival experience.", imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Information Hub"
+ title="Common Questions"
+ description="Find answers to help you start your planning journey."
+ categories={[
+ {
+ name: "Booking", items: [
+ { question: "How do we book?", answer: "Click the contact button below!" }
+ ]
+ },
+ {
+ name: "Services", items: [
+ { question: "Do you travel?", answer: "Yes, globally." }
+ ]
+ }
+ ]}
+ />
+
+
-
>
);
}