diff --git a/package.json b/package.json index 8c3c4966..0dc66924 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,15 @@ "@splidejs/splide": "^4.1.4", "@splidejs/splide-extension-auto-scroll": "^0.5.3", "autoprefixer": "^10.4.19", - "framer-motion": "^11.3.2", + "clsx": "^2.1.1", + "framer-motion": "^11.5.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.2.1", "react-intersection-observer": "^9.13.0", "react-pageflip": "^2.0.3", "react-router-dom": "^6.24.1", + "tailwind-merge": "^2.5.2", "tailwindcss": "^3.4.4" }, "devDependencies": { diff --git a/public/mask.svg b/public/mask.svg new file mode 100644 index 00000000..13211033 --- /dev/null +++ b/public/mask.svg @@ -0,0 +1,8 @@ + + + diff --git a/src/Components/Pages/About.jsx b/src/Components/Pages/About.jsx index 84efa2e2..87d0ed8d 100644 --- a/src/Components/Pages/About.jsx +++ b/src/Components/Pages/About.jsx @@ -1,40 +1,31 @@ export default function About() { return ( -
-
-
-

A

-

B

-

O

-

U

-

T

-

US

-
-
- dfs -
-
-
-

+

+
+
+

ABOUT US

+
+

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 + 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!

+
); } diff --git a/src/Components/Pages/Home.jsx b/src/Components/Pages/Home.jsx index c4fc3635..64f64c69 100644 --- a/src/Components/Pages/Home.jsx +++ b/src/Components/Pages/Home.jsx @@ -2,16 +2,16 @@ import Landing from "../ui/Landing"; import Footer from "../Shared/Footer"; import Navbar from "../Shared/Navbar"; -import ImageCarousel from "../ui/ImageCarousel"; import ReviewCarousel from "../ui/ReviewCarousel"; import FeedbackForm from "../ui/FeedbackForm"; +import About from "./About"; export default function Home() { return (
- +