diff --git a/src/Components/EventPlanner.jsx b/src/Components/EventPlanner.jsx index d1f9abd..691a5b9 100644 --- a/src/Components/EventPlanner.jsx +++ b/src/Components/EventPlanner.jsx @@ -6,9 +6,61 @@ const EventPlanner = () => {

Welcome to Event Planner

+ < section className="description"> +

Plan and organize your events effortlessly with Event Planner. From + birthdays to corporate meetings, we've got you covered. +

+ + + +
+
    +

    Social Events:

    +
  • Birthday parties
  • +
  • Anniversary celebrations
  • +
  • Wedding receptions
  • +
  • Baby showers
  • +
  • Graduation parties
  • +
  • Family reunions
  • +
+
    +

    Entertainment Events:

    +
  • Concerts
  • +
  • Music festivals
  • +
  • Film screenings
  • +
  • Comedy shows
  • +
  • Art exhibitions
  • +
  • Cultural events
  • +
+
    +

    Community Events:

    +
  • Fundraising events
  • +
  • Charity galas
  • +
  • Volunteer drives
  • +
  • Neighborhood block parties
  • +
  • Community festivals
  • +
  • Cultural celebrations
  • +
+
+
+

Features

+
    +
  • Easy event creation and management
  • +
  • Customizable event templates
  • +
  • Guest list management
  • +
  • Real-time collaboration
  • +
  • Reminders and notifications
  • +
+
+
+ +
+
+ +
); }; -export default EventPlanner; +export default EventPlanner; \ No newline at end of file