diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index fa66954..1fa79a1 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -95,18 +95,19 @@ const Navbar = () => { { name: "editorials", buttonVariant: "text", - link: "/what-we-do/editorials", - }, - { - name: "research", - buttonVariant: "text", - link: "/what-we-do/research", - }, - { - name: "external events", - buttonVariant: "text", - link: "/what-we-do/external-events", + // link: "/what-we-do/editorials", + link: "https://medium.com/@pcsberkeley" }, + // { + // name: "research", + // buttonVariant: "text", + // link: "/what-we-do/research", + // }, + // { + // name: "external events", + // buttonVariant: "text", + // link: "/what-we-do/external-events", + // }, ], }, { diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 242ee4b..3bc4a5f 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -20,7 +20,11 @@ import applePhoto from "/images/icons/billy.png"; import googlePhoto from "/images/icons/google.png"; import visaPhoto from "/images/icons/visa.png"; import linkhealthPhoto from "/images/icons/linkhealthHome.png"; -import friendshipPhoto from "/images/friends.png" +import friendshipPhoto from "/images/friends.png"; +import workshopPhoto from "/images/workshop.jpg"; +import hikePhoto from "/images/hike.png"; +import retreatPhoto from "/images/retreat.jpeg"; +import projectPhoto from "/images/project.png"; import useMediaQuery from "@mui/material/useMediaQuery"; import { @@ -109,6 +113,9 @@ const Home = () => { gap: "2rem", }; + + const bigscreen = useMediaQuery(theme.breakpoints.up("sm")); + const heroImage = ( @@ -173,26 +180,43 @@ const Home = () => { const ourCommunity = ( - - - - Our{" "} - { - - Community - - } - : - - retreat, socials, speaker events and more! - - + + + + Our{" "} + { + + Community + + } + : + + retreat, socials, speaker events and more! + + + + + + + + ); @@ -200,7 +224,6 @@ const Home = () => { ); - const bigscreen = useMediaQuery(theme.breakpoints.up("sm")); const bragging = (