diff --git a/src/Components/EventPlanner.jsx b/src/Components/EventPlanner.jsx index d1f9abd..3445deb 100644 --- a/src/Components/EventPlanner.jsx +++ b/src/Components/EventPlanner.jsx @@ -7,8 +7,75 @@ const EventPlanner = () => {

Welcome to Event Planner

- - ); +
+

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

+ + + +
+
+ + + +
+
+

Features

+ +
+
+

Testimonials

+
+

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

+

- Emily Johnson

+
+
+

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

+

- John Smith

+
+
+
+

Contact Us

+
+ + + + +
+
+ + ); }; export default EventPlanner; diff --git a/src/Components/Footer.jsx b/src/Components/Footer.jsx new file mode 100644 index 0000000..cdf9f8c --- /dev/null +++ b/src/Components/Footer.jsx @@ -0,0 +1,11 @@ + import React from 'react'; + const Footer = () => { + return ( + <> + + + )} + + export default Footer \ No newline at end of file