From e4f6bb265cec7f0fbad567e03415da83324b0733 Mon Sep 17 00:00:00 2001 From: raihanuldev Date: Tue, 16 Apr 2024 13:55:30 +0600 Subject: [PATCH] Student Feedback Card --- src/Pages/Home/Home/Home.jsx | 35 ++++++++------- src/Pages/Home/Testimonial/Testimonial.jsx | 52 ++++++++++------------ 2 files changed, 41 insertions(+), 46 deletions(-) diff --git a/src/Pages/Home/Home/Home.jsx b/src/Pages/Home/Home/Home.jsx index 8fcf315..15ed03c 100644 --- a/src/Pages/Home/Home/Home.jsx +++ b/src/Pages/Home/Home/Home.jsx @@ -2,25 +2,26 @@ import { Helmet } from "react-helmet-async"; // import Banner from "../Banner/Banner"; import Coures from "../Coures/Coures"; import Instructors from "../Instructors/Instructors"; -import Testimonial from '../Testimonial/Testimonial.jsx' +import Testimonial from "../Testimonial/Testimonial.jsx"; import Hero from "../Hero/Hero"; const Home = () => { - - return ( -
-
- - Home || SpeakUp - -
- - {/* */} - - - -
- ); + return ( +
+
+ + Home || SpeakUp + +
+ + {/* */} +
+ + +
+ +
+ ); }; -export default Home; \ No newline at end of file +export default Home; diff --git a/src/Pages/Home/Testimonial/Testimonial.jsx b/src/Pages/Home/Testimonial/Testimonial.jsx index 10b7a63..d284570 100644 --- a/src/Pages/Home/Testimonial/Testimonial.jsx +++ b/src/Pages/Home/Testimonial/Testimonial.jsx @@ -6,35 +6,29 @@ import { Navigation, Pagination, Mousewheel, Keyboard } from "swiper"; import Cart from "./Cart"; const Testimonial = () => { - - return ( -
-
-

Our Students says,

-

Some Testimonial from our Students

-
-
- - - - - - - - - - - -
+ return ( +
+
+

+ Our Students says, +

+

Some Testimonial from our Students

+
+
+
+

+ The ‘Programming Hero’ has a specialized team that assists students + in obtaining job placements. This is a special reward incentive for + dedicated l................ +

- ); +
+

Raihan Sharif

+

Learned Japanes Language

+
+
+
+ ); }; -export default Testimonial; \ No newline at end of file +export default Testimonial;