diff --git a/src/Components/EventPlanner.jsx b/src/Components/EventPlanner.jsx index d1f9abd..e0a1ca2 100644 --- a/src/Components/EventPlanner.jsx +++ b/src/Components/EventPlanner.jsx @@ -1,5 +1,6 @@ import React from 'react'; import './EventPlanner.css'; // Import CSS file for styling +import Footer from './Footer'; const EventPlanner = () => { return ( @@ -7,6 +8,102 @@ const EventPlanner = () => {

Welcome to Event Planner

+ + {/* Section for describing the purpose or overview of the app */} +
+ {/* Brief introduction or marketing message */} +

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

+ + {/* Primary call-to-action button */} + +
+ + {/* Section to list or categorize different types of events */} +
+ {/* Event categories content goes here */} + + {/* Entertainment-based event types */} + + {/* Community-focused event types */} + +
+ + {/* Section to highlight app features or functionalities */} +
+ {/* Section heading */} +

Features

+ + {/* List of key platform features */} + +
+ + {/* Section to showcase user reviews or testimonials */} +
+

Testimonials

+ +
+

"Event Planner made organizing my wedding a breeze. Highly recommended!"

+

- Emily Johnson

+
+ {/* Another testimonial block */} +
+

"I use Event Planner for all my corporate events. It saves me so much time and effort!"

+

- John Smith

+
+
+ + {/* Section to provide contact information or a contact form */} +
+ {/* Section heading */} +

Contact Us

+ + {/* Contact form */} +
+ {/* Name input field */} + + {/* Email input field */} + + {/* Message textarea */} + + {/* Submit button */} + +
+ +
+