diff --git a/src/Pages/Home.js b/src/Pages/Home.js index f6c02dc..64fb576 100644 --- a/src/Pages/Home.js +++ b/src/Pages/Home.js @@ -31,7 +31,6 @@ const HeroSection = styled.section` width: 100%; gap:-0.5rem; - width: 100vw; background-image: linear-gradient( rgba(44, 19, 11, 0.7), diff --git a/src/componets/Reviews.js b/src/componets/Reviews.js index d7ee531..6c2fffa 100644 --- a/src/componets/Reviews.js +++ b/src/componets/Reviews.js @@ -1,152 +1,236 @@ -import React from 'react'; +import React from "react"; const Reviews = () => { - return ( -
-
-
-
-

2,157 people have said how good MsCafe is...

-

Our happy clients say about us

-
+ return ( +
+
+
+
+

+ 2,157 people have said how good MsCafe is... +

+

+ Our happy clients say about us +

+
- + -
-
-
-
+
+
+
+
-
-
-
-
-
- {[...Array(5)].map((_, index) => ( - - - - ))} -
+
+
+
+
+
+ {[...Array(5)].map((_, index) => ( + + + + ))} +
-
-

“The coffee here is amazing! The atmosphere is cozy, and the staff is incredibly friendly. I come here every morning to start my day right.”

-
-
+
+

+ “The coffee here is amazing! The atmosphere is cozy, and + the staff is incredibly friendly. I come here every + morning to start my day right.” +

+
+
-
- -
-

Emily Carter

-

Coffee Enthusiast

-
-
-
-
+
+ +
+

+ Emily Carter +

+

+ Coffee Enthusiast +

+
+
+
+
-
-
-
-
- - - - - - - - - - - - - - - -
+
+
+
+
+ + + + + + + + + + + + + + + +
-
-

“The best latte I’ve ever had! The baristas are true artists, and the pastries are fresh and delicious. Highly recommend!”

-
-
+
+

+ “The best latte I’ve ever had! The baristas are true + artists, and the pastries are fresh and delicious. + Highly recommend!” +

+
+
-
- -
-

Michael Brown

-

DigFood Blogger

-
-
-
+
+ +
+

+ Michael Brown +

+

+ DigFood Blogger +

+
+
+
-
-
-
-
- - - - - - - - - - - - - - - -
+
+
+
+
+ + + + + + + + + + + + + + + +
-
-

“This cafe is my happy place! The coffee is rich and flavorful, and the ambiance is perfect for relaxing or working.”

-
-
+
+

+ “This cafe is my happy place! The coffee is rich and + flavorful, and the ambiance is perfect for relaxing or + working.” +

+
+
-
- -
-

Sarah Johnson

-

Freelance Writer

-
-
-
-
-
+
+ +
+

+ Sarah Johnson +

+

+ Freelance Writer +

+
+
+
-
- ); +
+
+ +
+ ); }; export default Reviews;