diff --git a/frontend/src/components/Pages/About.jsx b/frontend/src/components/Pages/About.jsx index 244d9bf5..794229f3 100644 --- a/frontend/src/components/Pages/About.jsx +++ b/frontend/src/components/Pages/About.jsx @@ -1,33 +1,48 @@ -import bgpic from "../../assets/img/abt1.jpg" +import bgpic from "../../assets/img/abt1.jpg"; export default function About() { return ( -
{/* Change text color for better contrast */} + {/* Black overlay with 40% opacity */} +
+ + {/* Content container */} +
How it works..
Our name says it all!
Founder, Jonathan Li, shares a passion for board games, boba, and
delicious food, so he combined them all to become Sip & Play, Park Slope’s
first board game cafe. It is a straightforward concept, come in with your
- friends and family to play any board game from our library of 300+ games!
+ friends and family to play any board game from our library of{" "}
+ 300+ games!
We hope when you visit, you also enjoy our coffee, espresso, boba,
sandwiches, and snacks!
- Hours and Location
- New opening hours:
- Sunday: 10am-11pm
- Mon-Thurs: 11am-11pm
- Fri: 11am-midnight
- Sat: 10am-midnight
+ Hours and Location
+
+ New opening hours:
+
+ Sunday: 10am-11pm
+
+ Mon-Thurs: 11am-11pm
+
+ Fri: 11am-midnight
+
+ Sat: 10am-midnight
+
Our kitchen closes 2.5-3 hours before we close!
- {review.review} + +
+ {showMoreStates[index] + ? review.review + : `${review.review.substring(0, 50)}...`} + toggleShowMore(index)} + > + {showMoreStates[index] ? " Show less" : " Read more"} +